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;