Bump line height
Makes the site feel less cramped. Also fix link color on post titles.
This commit is contained in:
parent
ed49ccdcc2
commit
bb58f4700b
|
@ -35,6 +35,7 @@
|
|||
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -248,7 +249,7 @@ img {
|
|||
}
|
||||
|
||||
.c-article__title a:hover {
|
||||
color: #175081;
|
||||
color: #FF5555;
|
||||
}
|
||||
|
||||
.c-article__meta {
|
||||
|
|
Loading…
Reference in New Issue