fix contrast for the light links
This commit is contained in:
@@ -109,7 +109,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a, a:hover {
|
a, a:hover {
|
||||||
color: #007bff;
|
color: #0071eb;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -341,6 +341,9 @@ nav#TableOfContents ul {
|
|||||||
h5 a:hover, h6 a:hover {
|
h5 a:hover, h6 a:hover {
|
||||||
color: $headerHover;
|
color: $headerHover;
|
||||||
}
|
}
|
||||||
|
a, a:hover {
|
||||||
|
color: #007bff;
|
||||||
|
}
|
||||||
code {
|
code {
|
||||||
border-color: $bgBright;
|
border-color: $bgBright;
|
||||||
background-color: $bgBright;
|
background-color: $bgBright;
|
||||||
|
|||||||
Reference in New Issue
Block a user