targets #35
This commit is contained in:
parent
6c58427eef
commit
a009054ab5
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
background: $blog_body-bg;
|
||||
color: $white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
margin: 0;
|
||||
a {
|
||||
color: $nom_blue-light;
|
||||
|
@ -9,6 +9,15 @@ body {
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
font-size: 39px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 48px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 32px;
|
||||
}
|
||||
main {
|
||||
font-size: 18px;
|
||||
line-height: 31px;
|
||||
|
|
Reference in a new issue