commit 37019906fa2eb7945cbe4f47ef5b5c141fd89936 parent 86ae8e017a155745507d99157573eada36c4be48 Author: pyratebeard <root@pyratebeard.net> Date: Wed, 13 Aug 2025 12:22:03 +0100 style(tags): add background colour Diffstat:
M | style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -238,6 +238,10 @@ a.tagsindex { border-radius: 2px !important; } +a.tags { + background-color: #333333; +} + a.tags:active, a.tags:hover, a.tags:focus,