Skip to content

Commit

Permalink
Remove visitied link color and color external links
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Oct 8, 2023
1 parent b08acab commit 9797a0b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cbpickaxe_scripts/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@
text-decoration: none;
}

a:visited {
a:hover {
color: #382376;
}

a:hover {
color: #382376;
a[href*='//'] {
color: #5d6abd;
}

a[href*='//']:hover {
color: #2c41bd;
}

.topbar {
Expand Down

0 comments on commit 9797a0b

Please sign in to comment.