diff --git a/styles/wikiwand/catppuccin.user.css b/styles/wikiwand/catppuccin.user.css index c288042..17580d2 100644 --- a/styles/wikiwand/catppuccin.user.css +++ b/styles/wikiwand/catppuccin.user.css @@ -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*"] @@ -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; @@ -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; + } } -} \ No newline at end of file +}