remove unused tag.css black

This commit is contained in:
madrilene 2024-11-29 18:10:46 +01:00
parent d1e3507b16
commit c4b770f924

View file

@ -1,31 +0,0 @@
/* always in combination with .button */
.taglist {
--gutter: var(--space-s-m);
}
.post-tag {
--button-bg: var(--color-text);
--button-text: var(--color-bg);
--button-border: var(--color-text);
font-size: var(--size-step-min-2);
text-transform: uppercase;
padding: 0.1rem 0.625rem;
font-weight: var(--font-bold);
}
.card .post-tag {
--button-bg: var(--color-bg-accent-2);
--button-text: var(--color-text);
--button-border: var(--color-bg-accent-2);
}
/* layout */
.tags h1 {
font-size: var(--size-step-4);
}
.tags h2 {
font-size: var(--size-step-2);
}