Skip to content

Commit

Permalink
Stop dark.css overriding a:hover (#7)
Browse files Browse the repository at this point in the history
a:hover was getting overridden by dark.css
  • Loading branch information
user00265 authored Sep 15, 2022
1 parent 35dbc78 commit 6cf1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html.dark h6 {
color: #ddd;
}

html.dark a,a:hover {
html.dark a, html.dark a:hover {
color: #9375fd;
text-decoration: none;
}
Expand Down

0 comments on commit 6cf1bd0

Please sign in to comment.