diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-08-12 15:18:17 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 1428e835a78d08799257c2c59e66e5f4e8c4334e (patch) | |
tree | de1f74c8d8d064f69ae253be973d558509673b02 /layouts/partials/meta.html | |
parent | 00f5d17147a4ae7add3c487fb9784e9f1473c3b4 (diff) |
Years look better on homepage. Relative logo URL #126
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 8ba0fb5..35a99d7 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -295,6 +295,7 @@ .issue h3 { line-height: 1.25; } .category__head { margin-top: 20px; } + .archive__head { padding: 20px; background: #f5f5f5; } /** @@ -374,7 +375,7 @@ .date { color: #c3bfb6; } - .tag { background-color: #1d1f20; } + .tag, .archive__head { background-color: #1d1f20; } .tag:hover { background: #222; } .issue:hover, .category__head:hover { background-color: #212121; } |