From 33e1948a220de4af2d8265daa044b9f69f7602ef Mon Sep 17 00:00:00 2001 From: KoloMl Date: Sun, 16 Feb 2025 02:43:58 +0400 Subject: [PATCH] Added site-managed vars as colors, removed override for category --- src/styles/content/listing.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/styles/content/listing.scss b/src/styles/content/listing.scss index 611f708..a00b0b1 100644 --- a/src/styles/content/listing.scss +++ b/src/styles/content/listing.scss @@ -1,4 +1,5 @@ -@use '../colors'; +@use '$styles/colors'; +@use '$styles/booru-colors'; // This will fix wierd misplacing of the modified media boxes in the listing. .js-resizable-media-container { @@ -66,13 +67,8 @@ user-select: none; &:hover { - background: colors.$tag-text; - color: colors.$tag-background; - } - - &[data-tag-category=error]:hover { - background: colors.$tag-error-text; - color: colors.$tag-error-background; + background: booru-colors.$resolved-tag-color; + color: booru-colors.$resolved-tag-background; } &.is-missing:not(.is-added),