Bump line height

Makes the site feel less cramped. Also fix link color on post titles.
This commit is contained in:
Dominik V. Salonen 2018-09-05 08:51:05 +00:00
parent ed49ccdcc2
commit bb58f4700b
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@
html { html {
font-size: 62.5%; font-size: 62.5%;
line-height: 1.25;
} }
body { body {
@ -248,7 +249,7 @@ img {
} }
.c-article__title a:hover { .c-article__title a:hover {
color: #175081; color: #FF5555;
} }
.c-article__meta { .c-article__meta {