Skip to content

Commit ecdc93c

Browse files
authored
fix(wikiwand): makes it apply and tables (catppuccin#109)
1 parent 36e681b commit ecdc93c

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

styles/wikiwand/catppuccin.user.css

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/* ==UserStyle==
2-
@name Wikiwand Catppuccin
3-
@namespace github.com/catppuccin/userstyles/styles/wikiwand
4-
@version 1.0.1
5-
@description Soothing pastel theme for wikiwand
6-
@author Catppuccin
2+
@name Wikiwand Catppuccin
3+
@namespace github.com/catppuccin/userstyles/styles/wikiwand
4+
@homepageURL https://github.com/catppuccin/userstyles
5+
@version 1.2.0
6+
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikiwand/catppuccin.user.css
7+
@description Soothing pastel theme for Wikiwand
8+
@author Catppuccin
9+
@license MIT
10+
711
@preprocessor less
812
@var select lightTheme "lightTheme" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
913
@var select darkTheme "darkTheme" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
@@ -14,12 +18,14 @@
1418
.root_light__Inhun {
1519
#catppuccin(@lightTheme, @accentColor);
1620
}
21+
22+
.root_earth__3sDLo,
1723
.root_dark__oGh5X,
1824
.root_auto__Xg3qF,
1925
.root_grey__eKz_h {
2026
#catppuccin(@darkTheme, @accentColor);
2127
}
22-
28+
2329
@catppuccin: {
2430
@latte: {
2531
@rosewater: #dc8a78;
@@ -164,8 +170,7 @@
164170
@crust: @catppuccin[@@lookup][@crust];
165171
@accent-Color: @catppuccin[@@lookup][@@accent];
166172

167-
.root_dark__oGh5X,
168-
.root_light__Inhun {
173+
& {
169174
--color-bg: @base;
170175
--color-text: @text;
171176
--color-grey: @subtext0;
@@ -461,5 +466,9 @@
461466
color: @accent-Color;
462467
fill: @accent-Color;
463468
}
469+
.wikitable tr::before {
470+
background-color: @surface0 !important;
471+
border-color: @surface2 !important;
472+
}
464473
}
465-
}
474+
}

0 commit comments

Comments
 (0)