Skip to content

Commit

Permalink
Test text color for links
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 15, 2024
1 parent ac986fb commit c799e64
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: #c4a1e1;
color: #8944c2;
}

body.dark-mode a:visited {
color: #c4a1e1;
color: #8944c2;
}

body.dark-mode a:hover {
color: #9f6aca;
color: #7b1ec7;
}

.dw1 {
Expand Down

0 comments on commit c799e64

Please sign in to comment.