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;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding-top: 200px;
|
||||
font-family: 'IM Fell Double Pica', serif;
|
||||
font-size: 1em;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
@ -11,12 +10,16 @@ body {
|
|||
h1 {
|
||||
font-size: 3em;
|
||||
text-shadow: #111 0px 2px 2px;
|
||||
padding-bottom: 100px;
|
||||
padding-top:50px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
a, a:visited {
|
||||
color: #fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
p a {
|
||||
text-decoration:underline;
|
||||
}
|
||||
a:hover {
|
||||
color: #555;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue