use white for better contrast on hovered links
This commit is contained in:
parent
2c3599cf34
commit
2d4ac41cfa
1 changed files with 2 additions and 2 deletions
|
|
@ -19,12 +19,12 @@ a:visited {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #d9d9d9;
|
color: white;
|
||||||
background-color: #00a2e7;
|
background-color: #00a2e7;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited:hover {
|
a:visited:hover {
|
||||||
color: #d9d9d9;
|
color: white;
|
||||||
background-color: #ca1a70;
|
background-color: #ca1a70;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue