some minor formatting changes
This commit is contained in:
parent
40a4ad9ea1
commit
a72c1b28e2
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,6 @@ body {
|
||||||
background-color:#3c3c3c;
|
background-color:#3c3c3c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 200px;
|
|
||||||
font-family: 'IM Fell Double Pica', serif;
|
font-family: 'IM Fell Double Pica', serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
@ -11,12 +10,16 @@ body {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
text-shadow: #111 0px 2px 2px;
|
text-shadow: #111 0px 2px 2px;
|
||||||
padding-bottom: 100px;
|
padding-top:50px;
|
||||||
|
padding-bottom: 50px;
|
||||||
}
|
}
|
||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
p a {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue