From 046500b3ed3f552ac6d00521d02d32632003b3e1 Mon Sep 17 00:00:00 2001 From: Jake <j.vondoemming@stud.uni-goettingen.de> Date: Fri, 5 Aug 2022 01:22:34 +0200 Subject: [PATCH] tag link styling --- theme/static/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index b55860e..2b077fb 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -232,6 +232,15 @@ body > .nav-container { display: none; } +.tag-link { + border-radius: 0.5em; + padding-left: 0.3em; + padding-right: 0.3em; + color: var(--category-contrast-color); + background-color: var(--category-color); +} + + @media only screen and (max-width: 79ch) { body > header h1{ width: 100%; -- GitLab