fix(wikiwand): makes it apply and tables (#109)
This commit is contained in:
parent
36e681b06d
commit
ecdc93c91b
@ -1,9 +1,13 @@
|
|||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Wikiwand Catppuccin
|
@name Wikiwand Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/wikiwand
|
@namespace github.com/catppuccin/userstyles/styles/wikiwand
|
||||||
@version 1.0.1
|
@homepageURL https://github.com/catppuccin/userstyles
|
||||||
@description Soothing pastel theme for wikiwand
|
@version 1.2.0
|
||||||
@author Catppuccin
|
@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
|
@preprocessor less
|
||||||
@var select lightTheme "lightTheme" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
@var select lightTheme "lightTheme" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||||
@var select darkTheme "darkTheme" ["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 {
|
.root_light__Inhun {
|
||||||
#catppuccin(@lightTheme, @accentColor);
|
#catppuccin(@lightTheme, @accentColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.root_earth__3sDLo,
|
||||||
.root_dark__oGh5X,
|
.root_dark__oGh5X,
|
||||||
.root_auto__Xg3qF,
|
.root_auto__Xg3qF,
|
||||||
.root_grey__eKz_h {
|
.root_grey__eKz_h {
|
||||||
@ -164,8 +170,7 @@
|
|||||||
@crust: @catppuccin[@@lookup][@crust];
|
@crust: @catppuccin[@@lookup][@crust];
|
||||||
@accent-Color: @catppuccin[@@lookup][@@accent];
|
@accent-Color: @catppuccin[@@lookup][@@accent];
|
||||||
|
|
||||||
.root_dark__oGh5X,
|
& {
|
||||||
.root_light__Inhun {
|
|
||||||
--color-bg: @base;
|
--color-bg: @base;
|
||||||
--color-text: @text;
|
--color-text: @text;
|
||||||
--color-grey: @subtext0;
|
--color-grey: @subtext0;
|
||||||
@ -461,5 +466,9 @@
|
|||||||
color: @accent-Color;
|
color: @accent-Color;
|
||||||
fill: @accent-Color;
|
fill: @accent-Color;
|
||||||
}
|
}
|
||||||
|
.wikitable tr::before {
|
||||||
|
background-color: @surface0 !important;
|
||||||
|
border-color: @surface2 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user