From 662d330c3a001755314599a9688f34fa298174a1 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 12 Mar 2025 23:53:26 +0700 Subject: [PATCH] add "tags" custom widget --- overrides.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/overrides.css b/overrides.css index 8ab1ffe..5357e16 100644 --- a/overrides.css +++ b/overrides.css @@ -11,6 +11,17 @@ background-color: unset; } +.tags { + border-radius: 12px; + font-weight: 700; + font-size: 12px; + padding: 3px 6px 3px 6px; + margin-right: 5px; + margin-bottom: 20px; + background-color: black; + color: white; +} + .itemcard-works { display: flex; justify-content: center;