consistent link colors
This commit is contained in:
parent
052e78cf7e
commit
eb7bc1a835
@ -10,6 +10,19 @@ body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0000ee;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #551a8b;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
@ -46,18 +59,14 @@ nav ul li a {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
nav ul li a:visited {
|
||||
color: #fff; /* 100% white */
|
||||
}
|
||||
|
||||
nav ul li.active a {
|
||||
color: #64B5F6; /* blue300 */
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user