fix: escocia var names (#102)

This commit is contained in:
Isabel 2023-07-22 09:27:54 +01:00 committed by GitHub
parent c1b61ea922
commit f0dffd7eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,11 @@
@-moz-document domain("ecosia.org") {
:root {
#catppuccin(@lightTheme, @accentColour);
#catppuccin(@lightFlavour, @accentColour);
}
.dark {
#catppuccin(@darkTheme, @accentColour);
#catppuccin(@darkFlavour, @accentColour);
}
@catppuccin: {
@ -237,4 +237,4 @@
--color-forest-background-secondary: @surface0 !important;
--color-before-after-text: @text !important;
}
}
}