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, |
||||
body { |
||||
font: 14px/1.21 'Helvetica Neue', arial, sans-serif; |
||||
font-weight: 400; |
||||
a { |
||||
font-family: inherit; |
||||
color: #2ba6bc; |
||||
} |
||||
|
||||
a:hover, a:focus { |
||||
color: #2795b6; |
||||
} |
||||
|
||||
h1 { |
||||
text-align: center; |
||||
p { |
||||
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