Skip to content

Commit

Permalink
test link colors for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 15, 2024
1 parent 1ddbb3e commit d771425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ a:hover {
}

body.dark-mode a:link {
color: #3b001b;
color: #c4a1e1;
}

body.dark-mode a:visited {
color: #3b001b;
color: #c4a1e1;
}

body.dark-mode a:hover {
color: #1a000b;
color: #9f6aca;
}

.dw1 {
Expand Down

0 comments on commit d771425

Please sign in to comment.