Undid favorite/blacklisted tag color-coded stylings.
All checks were successful
ci / build-test (push) Successful in 2m44s
ci / publish-image (push) Successful in 1m32s

This commit is contained in:
2026-03-18 00:27:43 -04:00
parent ce9fbe491d
commit 1c016ac62e
5 changed files with 30 additions and 10 deletions

View File

@@ -787,6 +787,22 @@ code {
--chip-fg-rgb: var(--rgb-on-teal, 255 255 255);
}
.j-chip.color-blue {
--chip-rgb: var(--rgb-blue);
}
.j-chip.varient-filled.color-blue {
--chip-fg-rgb: var(--rgb-on-blue, 255 255 255);
}
.j-chip.color-red {
--chip-rgb: var(--rgb-red);
}
.j-chip.varient-filled.color-red {
--chip-fg-rgb: var(--rgb-on-red, 255 255 255);
}
.j-chip.color-black {
color: inherit;
--chip-rgb: 39 39 39;