fix: tag labels style

main
winston 2023-08-23 18:12:40 +02:00
parent 7c0fe1b1f1
commit c1c223fe50
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 4 additions and 1 deletions

View File

@ -208,7 +208,10 @@ $lvl3: if($isDark, $base, $crust);
--color-reaction-active-bg: var(--color-primary-alpha-40);
--color-header-wrapper: #{$lvl2};
--color-header-wrapper-transparent: #{color.change($lvl2, $alpha: 0)};
--color-label-active-bg: #{$surface2};
--color-label-text: #{$crust};
--color-label-bg: #{$accent};
--color-label-hover-bg: #{ctx_lighten($accent, 6%)};
--color-label-active-bg: #{ctx_lighten($accent, 3%)};
--color-accent: var(--color-primary-light-1);
--color-small-accent: var(--color-primary-light-5);
--color-active-line: #{$surface1};