diff options
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; } |