fix: fixed wrong semicolons in catppuccin.user.css

This commit is contained in:
justTOBBI 2022-10-11 21:06:48 +02:00
parent 4f33917b3e
commit 99ed1108b6

View file

@ -12,7 +12,6 @@
==/UserStyle== */ ==/UserStyle== */
@-moz-document domain("codeberg.org") { @-moz-document domain("codeberg.org") {
/* Quelltext hier eingeben... */
if (theme=="Latte") { if (theme=="Latte") {
$type = light $type = light
@ -136,6 +135,7 @@
:root { :root {
--color-body: $base; --color-body: $base;
--color-text: $text; --color-text: $text;
--color-text-light: $subtext0; --color-text-light: $subtext0;
@ -146,7 +146,7 @@
--color-text-dark-3: $subtext1; --color-text-dark-3: $subtext1;
--color-secondary: $surface1; --color-secondary: $surface1;
--color-caret: $text; --color-caret: $text;
--color-navbar: $surface0;; --color-navbar: $surface0;
--color-footer: $surface0; --color-footer: $surface0;
--color-red: $red; --color-red: $red;
@ -174,7 +174,7 @@
--color-black: $crust; --color-black: $crust;
--color-white: $text; --color-white: $text;
--color-primary: $blue --color-primary: $blue;
--color-console-fg: $text; --color-console-fg: $text;
--color-console-bg: $base; --color-console-bg: $base;
@ -352,7 +352,7 @@
.chroma .nx { .chroma .nx {
color: $text; color: $text;
} }
.chroma .nf { .chroma .nf {
color: $yellow; color: $yellow;
} }