diff options
Diffstat (limited to '_includes/site.css')
| -rw-r--r-- | _includes/site.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/site.css b/_includes/site.css index 35ab784..e97f5ca 100644 --- a/_includes/site.css +++ b/_includes/site.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @import url('https://fonts.googleapis.com/css?family=Yrsa:300,400,500,600,700&subset=latin-ext'); | 1 | @import url("https://fonts.googleapis.com/css?family=Yrsa:300,400,500,600,700&subset=latin-ext"); |
| 2 | 2 | ||
| 3 | * { | 3 | * { |
| 4 | box-sizing: border-box; | 4 | box-sizing: border-box; |
| @@ -57,7 +57,7 @@ nav ul li { | |||
| 57 | nav ul li a { | 57 | nav ul li a { |
| 58 | color: #444; | 58 | color: #444; |
| 59 | font-size: 85%; | 59 | font-size: 85%; |
| 60 | margin-right: 10px; | 60 | margin-right: 20px; |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | h1 { | 63 | h1 { |
| @@ -176,7 +176,7 @@ ol li { | |||
| 176 | } | 176 | } |
| 177 | 177 | ||
| 178 | ol li::before { | 178 | ol li::before { |
| 179 | content: counter(li) '.'; | 179 | content: counter(li) "."; |
| 180 | color: #ccc; | 180 | color: #ccc; |
| 181 | font-weight: 500; | 181 | font-weight: 500; |
| 182 | display: inline-block; | 182 | display: inline-block; |
