fix(wikiwand): makes it apply and tables (#109)

This commit is contained in:
Isabel 2023-07-22 15:56:09 +01:00 committed by GitHub
parent 36e681b06d
commit ecdc93c91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,13 @@
/* ==UserStyle==
@name Wikiwand Catppuccin
@namespace github.com/catppuccin/userstyles/styles/wikiwand
@version 1.0.1
@description Soothing pastel theme for wikiwand
@homepageURL https://github.com/catppuccin/userstyles
@version 1.2.0
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikiwand/catppuccin.user.css
@description Soothing pastel theme for Wikiwand
@author Catppuccin
@license MIT
@preprocessor less
@var select lightTheme "lightTheme" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
@var select darkTheme "darkTheme" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
@ -14,6 +18,8 @@
.root_light__Inhun {
#catppuccin(@lightTheme, @accentColor);
}
.root_earth__3sDLo,
.root_dark__oGh5X,
.root_auto__Xg3qF,
.root_grey__eKz_h {
@ -164,8 +170,7 @@
@crust: @catppuccin[@@lookup][@crust];
@accent-Color: @catppuccin[@@lookup][@@accent];
.root_dark__oGh5X,
.root_light__Inhun {
& {
--color-bg: @base;
--color-text: @text;
--color-grey: @subtext0;
@ -461,5 +466,9 @@
color: @accent-Color;
fill: @accent-Color;
}
.wikitable tr::before {
background-color: @surface0 !important;
border-color: @surface2 !important;
}
}
}