fix: update to match userstyles style guide

This commit is contained in:
uncenter 2024-05-08 21:26:27 -04:00 committed by GitHub
parent a749b47109
commit 1c7838b93d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,9 +6,9 @@
@return color.adjust($color, $lightness: $amount * $multiplier);
}
$lvl1: if($isDark, $crust, $base);
$lvl1: $base;
$lvl2: $mantle;
$lvl3: if($isDark, $base, $crust);
$lvl3: $crust;
:root {
@if $isDark {
@ -198,7 +198,7 @@ $lvl3: if($isDark, $base, $crust);
--color-secondary-bg: #{$surface0};
--color-text-focus: #{$text};
--color-expand-button: #{$surface2};
--color-placeholder-text: #{$surface2};
--color-placeholder-text: #{$subtext0};
--color-editor-line-highlight: var(--color-primary-light-5);
--color-project-board-bg: var(--color-secondary-light-2);
/* gitea source code: */
@ -283,7 +283,7 @@ $lvl3: if($isDark, $base, $crust);
}
::selection {
background: color.change($rosewater, $alpha: 0.3) !important;
background: color.change($accent, $alpha: 0.3) !important;
}
@import "chroma";