Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent 7fb8eab commit 53d340b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions styles/wikiwand/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
==/UserStyle== */

@-moz-document domain("wikiwand.com") {
@import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css");
@import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css");

.root_light__Inhun {
#catppuccin(@lightFlavor, @accentColor);
}
Expand Down Expand Up @@ -84,7 +84,7 @@
--ctp-base: @base;
--ctp-mantle: @mantle;
--ctp-crust: @crust;

color-scheme: if(@lookup = latte, light, dark);

::selection {
Expand Down Expand Up @@ -398,7 +398,10 @@
a.wl {
color: @accent-color !important;
}
pre, code, samp, kbd {
pre,
code,
samp,
kbd {
border-color: @surface2 !important;
}
.summary_footer__Lk6z7 > span:nth-child(1),
Expand Down

0 comments on commit 53d340b

Please sign in to comment.