From 99ed1108b69a01a2c6a365562e2164ce6a4c3656 Mon Sep 17 00:00:00 2001 From: justTOBBI Date: Tue, 11 Oct 2022 21:06:48 +0200 Subject: [PATCH] fix: fixed wrong semicolons in catppuccin.user.css --- catppuccin.user.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/catppuccin.user.css b/catppuccin.user.css index 5bfc9b0..e451422 100644 --- a/catppuccin.user.css +++ b/catppuccin.user.css @@ -12,7 +12,6 @@ ==/UserStyle== */ @-moz-document domain("codeberg.org") { - /* Quelltext hier eingeben... */ if (theme=="Latte") { $type = light @@ -136,6 +135,7 @@ :root { + --color-body: $base; --color-text: $text; --color-text-light: $subtext0; @@ -146,7 +146,7 @@ --color-text-dark-3: $subtext1; --color-secondary: $surface1; --color-caret: $text; - --color-navbar: $surface0;; + --color-navbar: $surface0; --color-footer: $surface0; --color-red: $red; @@ -174,7 +174,7 @@ --color-black: $crust; --color-white: $text; - --color-primary: $blue + --color-primary: $blue; --color-console-fg: $text; --color-console-bg: $base; @@ -352,7 +352,7 @@ .chroma .nx { color: $text; } - + .chroma .nf { color: $yellow; }