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:
4
src/styles/booru-colors.scss
Normal file
4
src/styles/booru-colors.scss
Normal 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);
|
||||
Reference in New Issue
Block a user