use backgrounds on links
This commit is contained in:
parent
97342d4b43
commit
2c3599cf34
1 changed files with 28 additions and 2 deletions
30
style.css
30
style.css
|
|
@ -15,9 +15,35 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ca1a70
|
color: #ca1a70;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #d9d9d9;
|
||||||
|
background-color: #00a2e7;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited:hover {
|
||||||
|
color: #d9d9d9;
|
||||||
|
background-color: #ca1a70;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: serif;
|
font-size: 1.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
h1 {
|
||||||
|
font-size: 2.5em;
|
||||||
|
font-family: serif;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info {
|
||||||
|
font-style: italic;
|
||||||
|
color: #d9d9d9c7;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue