diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-12 22:57:03 -0500 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-02-18 16:02:12 +0100 |
commit | ea9a1d79df60749eb21fb592c608dcaa4c935c75 (patch) | |
tree | 3edd7bcd51762f09af75da24ff5639d3afe4f138 /app/javascript/flavours/glitch/styles/contrast | |
parent | 7e64eef73b62fcb1537181e66bcd3e5e25fcc665 (diff) |
[Glitch] Upgrade to Stylelint 15 with Prettier
Port 0c9d455ea5540e854c2d879cd1df015ea493f622 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/contrast')
-rw-r--r-- | app/javascript/flavours/glitch/styles/contrast/variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/contrast/variables.scss b/app/javascript/flavours/glitch/styles/contrast/variables.scss index e272b6ca3..e38d24b27 100644 --- a/app/javascript/flavours/glitch/styles/contrast/variables.scss +++ b/app/javascript/flavours/glitch/styles/contrast/variables.scss @@ -18,5 +18,5 @@ $highlight-text-color: lighten($ui-highlight-color, 10%) !default; $action-button-color: lighten($ui-base-color, 50%); $inverted-text-color: $black !default; -$lighter-text-color: darken($ui-base-color,6%) !default; +$lighter-text-color: darken($ui-base-color, 6%) !default; $light-text-color: darken($ui-primary-color, 40%) !default; |