diff --git a/styles/startpage/catppuccin.user.css b/styles/startpage/catppuccin.user.css index 0117702..f78ca43 100644 --- a/styles/startpage/catppuccin.user.css +++ b/styles/startpage/catppuccin.user.css @@ -14,7 +14,6 @@ @var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve", "red:Red*", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"] ==/UserStyle== */ @-moz-document domain("startpage.com") { - @media (prefers-color-scheme: light) { :root { #catppuccin(@lightFlavor, @accentColor); @@ -96,7 +95,11 @@ body, .layout-web, .layout-web__body, - .ex-qi-kp:not(.ex-qi-kp--light):not(.ex-qi-kp--night):not(.ex-qi-kp--air) .sx-kp-infobox-wrap .sx-infobox tr:not(.sx-heading-row)>*, + .ex-qi-kp:not(.ex-qi-kp--light):not(.ex-qi-kp--night):not(.ex-qi-kp--air) + .sx-kp-infobox-wrap + .sx-infobox + tr:not(.sx-heading-row) + > *, .w-gl { background: @base !important; } @@ -188,7 +191,7 @@ @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; - } + }; @frappe: { @rosewater: #f2d5cf; @@ -217,7 +220,7 @@ @base: #303446; @mantle: #292c3c; @crust: #232634; - } + }; @macchiato: { @rosewater: #f4dbd6; @@ -246,7 +249,7 @@ @base: #24273a; @mantle: #1e2030; @crust: #181926; - } + }; @mocha: { @rosewater: #f5e0dc; @@ -275,5 +278,5 @@ @base: #1e1e2e; @mantle: #181825; @crust: #11111b; - } -} + }; +};