Thin fonts on 500 page
This commit is contained in:
parent
0711288197
commit
1474131771
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@
|
|||
font-family: sans-serif;
|
||||
background-color: #e85537;
|
||||
color: white;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
a, a:hover {
|
||||
|
|
Loading…
Reference in a new issue