Links background
This commit is contained in:
parent
ddbd628be1
commit
47a05903bc
|
@ -58,11 +58,13 @@ a {
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: underline;
|
background-color: #378ab4;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a:hover {
|
h1 a:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a {
|
h1 a {
|
||||||
|
@ -89,6 +91,8 @@ header {
|
||||||
}
|
}
|
||||||
.sitebanner h1 a {
|
.sitebanner h1 a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #000000;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sitebanner > img {
|
.sitebanner > img {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user