fix contrast for the light links
This commit is contained in:
parent
a174d835d9
commit
7f9266533a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user