Skip to content

Commit

Permalink
color tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
koronkowy committed Aug 19, 2023
1 parent 49bca3d commit 2ac6440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ body[data-theme='hacker'] li {
}

body[data-theme='hacker'] li a {
color: #00ff00;
color: #000000;
}

body[data-theme='hacker'] li a:hover {
color: #00aa00;
color: #00ff00;
}

body[data-theme='hacker'] button,
Expand Down

0 comments on commit 2ac6440

Please sign in to comment.