Skip to content

Commit

Permalink
force light theme anchor colors
Browse files Browse the repository at this point in the history
  • Loading branch information
atoponce committed May 23, 2023
1 parent 32db122 commit c49caa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
}

/* body tags */
a {
color: #0000EE;
}
a:visited {
color: #551a8b;
}
body {
color: black; background-color: white;
}
Expand Down

0 comments on commit c49caa0

Please sign in to comment.