1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Added new site-defined vars for tag colors

This commit is contained in:
2025-02-16 02:43:32 +04:00
parent 22f158dda9
commit 1b324f2829

View File

@@ -0,0 +1,4 @@
// These variables are defined dynamically based on the category of the tag
$resolved-tag-background: var(--tag-background);
$resolved-tag-border: var(--tag-border);
$resolved-tag-color: var(--tag-color);