Skip to content

Commit

Permalink
fix(wikiwand): makes it apply and tables (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Jul 22, 2023
1 parent 36e681b commit ecdc93c
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions styles/wikiwand/catppuccin.user.css
Original file line number Diff line number Diff line change
@@ -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
@author Catppuccin
@name Wikiwand Catppuccin
@namespace github.com/catppuccin/userstyles/styles/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*"]
Expand All @@ -14,12 +18,14 @@
.root_light__Inhun {
#catppuccin(@lightTheme, @accentColor);
}

.root_earth__3sDLo,
.root_dark__oGh5X,
.root_auto__Xg3qF,
.root_grey__eKz_h {
#catppuccin(@darkTheme, @accentColor);
}

@catppuccin: {
@latte: {
@rosewater: #dc8a78;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -461,5 +466,9 @@
color: @accent-Color;
fill: @accent-Color;
}
.wikitable tr::before {
background-color: @surface0 !important;
border-color: @surface2 !important;
}
}
}
}

0 comments on commit ecdc93c

Please sign in to comment.