tailwind .label

This commit is contained in:
fiatjaf
2023-10-24 20:06:24 -03:00
parent 81390b159c
commit 2b9c45d854
6 changed files with 14 additions and 20 deletions

View File

@@ -245,12 +245,6 @@ body {
border: 1px solid $color-accent1;
}
}
.label {
font-size: 0.8rem;
@include themed() {
color: t($accent1);
}
}
blockquote {
@include themed() {
border-left: 0.5rem solid t($over-bg);