remove unused tag.css black
This commit is contained in:
parent
d1e3507b16
commit
c4b770f924
1 changed files with 0 additions and 31 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Reference in a new issue