replace placeholder link colors
This commit is contained in:
parent
5d1af483ca
commit
cf28e52361
@ -14,12 +14,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #0000ee;
|
color: #1565c0; /* blue800 */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #551a8b;
|
color: #6a1b9a; /* purple800 */
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user