Skip to content

Commit

Permalink
set color of anchor href same as regular text
Browse files Browse the repository at this point in the history
  • Loading branch information
dkerr64 committed Jan 8, 2024
1 parent ebd1902 commit becfe5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ input {
border-color: #e6e6e6;
color: black;
}
a {
color: black;
}
}

@media (prefers-color-scheme: dark) {
Expand All @@ -49,6 +52,9 @@ input {
border-color: #333333;
color: white;
}
a {
color: white;
}
}

div {
Expand Down

0 comments on commit becfe5f

Please sign in to comment.