5 changed files with 33 additions and 23 deletions
File diff suppressed because one or more lines are too long
@ -1,9 +1,21 @@ |
|||||||
html, |
a { |
||||||
body { |
font-family: inherit; |
||||||
font: 14px/1.21 'Helvetica Neue', arial, sans-serif; |
color: #2ba6bc; |
||||||
font-weight: 400; |
} |
||||||
|
|
||||||
|
a:hover, a:focus { |
||||||
|
color: #2795b6; |
||||||
} |
} |
||||||
|
|
||||||
h1 { |
p { |
||||||
text-align: center; |
font-family: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
font-family:"Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif; |
||||||
|
font-style: normal; |
||||||
|
cursor: default; |
||||||
|
color: #222222; |
||||||
|
margin: 0px; |
||||||
|
padding: 0px; |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue