mirror of https://github.com/status-im/fathom.git
Decrease global font-size to 14px.
This commit is contained in:
parent
524bc4f6bd
commit
ccc93b12e0
|
@ -10,7 +10,7 @@
|
|||
|
||||
body {
|
||||
font-family: Raleway, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
color: #444;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
@ -26,6 +26,10 @@ h1, h2, h3, h4, h5 {
|
|||
}
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #09f;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue