style: format code with prettier

This commit is contained in:
github-actions[bot] 2023-09-30 00:20:43 +00:00
parent 3ee848729a
commit 1171114300

View File

@ -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"] @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== */ ==/UserStyle== */
@-moz-document domain("startpage.com") { @-moz-document domain("startpage.com") {
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
:root { :root {
#catppuccin(@lightFlavor, @accentColor); #catppuccin(@lightFlavor, @accentColor);
@ -96,7 +95,11 @@
body, body,
.layout-web, .layout-web,
.layout-web__body, .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 { .w-gl {
background: @base !important; background: @base !important;
} }
@ -188,7 +191,7 @@
@base: #eff1f5; @base: #eff1f5;
@mantle: #e6e9ef; @mantle: #e6e9ef;
@crust: #dce0e8; @crust: #dce0e8;
} };
@frappe: { @frappe: {
@rosewater: #f2d5cf; @rosewater: #f2d5cf;
@ -217,7 +220,7 @@
@base: #303446; @base: #303446;
@mantle: #292c3c; @mantle: #292c3c;
@crust: #232634; @crust: #232634;
} };
@macchiato: { @macchiato: {
@rosewater: #f4dbd6; @rosewater: #f4dbd6;
@ -246,7 +249,7 @@
@base: #24273a; @base: #24273a;
@mantle: #1e2030; @mantle: #1e2030;
@crust: #181926; @crust: #181926;
} };
@mocha: { @mocha: {
@rosewater: #f5e0dc; @rosewater: #f5e0dc;
@ -275,5 +278,5 @@
@base: #1e1e2e; @base: #1e1e2e;
@mantle: #181825; @mantle: #181825;
@crust: #11111b; @crust: #11111b;
} };
} };