1
Fork 0

fix contrast for the light links

main
Motiejus Jakštys 2023-02-20 16:51:26 +02:00
parent a174d835d9
commit 7f9266533a
1 changed files with 4 additions and 1 deletions

View File

@ -109,7 +109,7 @@ hr {
}
a, a:hover {
color: #007bff;
color: #0071eb;
word-wrap: break-word;
}
@ -341,6 +341,9 @@ nav#TableOfContents ul {
h5 a:hover, h6 a:hover {
color: $headerHover;
}
a, a:hover {
color: #007bff;
}
code {
border-color: $bgBright;
background-color: $bgBright;