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 Nov 18, 2023
1 parent 95703ab commit 17c647d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
3 changes: 1 addition & 2 deletions styles/anilist/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
--color-gray-200: #rgbify(@mantle) [];
--color-gray-100: #rgbify(@crust) [];

--color-blue-dim: #rgbify(desaturate(darken(@accent, 10%), 10%)) [
];
--color-blue-dim: #rgbify(desaturate(darken(@accent, 10%), 10%)) [];
}
/* DARK THEME NAV BAR */
.nav-unscoped when not (@lookup =latte) {
Expand Down
13 changes: 10 additions & 3 deletions styles/lastfm/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@
background: @mantle;
color: @text;
box-shadow: none;
box-shadow: inset 1px 0 darken(@mantle, 3%), inset -1px -1px @crust;
box-shadow:
inset 1px 0 darken(@mantle, 3%),
inset -1px -1px @crust;
}
.recs-feed .recs-feed-item {
background: transparent;
Expand Down Expand Up @@ -361,7 +363,9 @@
}
.js-link-block.globalchart-item {
background-color: @crust;
box-shadow: 0 1px @base, inset 0 -1px @base;
box-shadow:
0 1px @base,
inset 0 -1px @base;
}
.globalchart a,
.globalchart a:focus,
Expand Down Expand Up @@ -672,7 +676,10 @@
}

.user-dashboard-catalogue-item-total a {
text-shadow: -1px -1px 0 @crust, 1px -1px 0 @crust, -1px 1px 0 @crust,
text-shadow:
-1px -1px 0 @crust,
1px -1px 0 @crust,
-1px 1px 0 @crust,
1px 1px 0 @crust;
}

Expand Down
4 changes: 3 additions & 1 deletion styles/nixos.wiki/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
html[data-darkreader-scheme="dark"] body::before {
content: "Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.";
background: @red;
box-shadow: 0 4px 16px fade(@crust, 10%), 0 8px 32px fade(@crust, 5%);
box-shadow:
0 4px 16px fade(@crust, 10%),
0 8px 32px fade(@crust, 5%);
color: @crust;
position: fixed;
top: 0;
Expand Down
8 changes: 6 additions & 2 deletions styles/wikiwand/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,16 @@
background-color: @surface1;
border-color: @surface2;
border-radius: 0.625em;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1);
box-shadow:
0 0 2px rgba(0, 0, 0, 0.1),
0 5px 10px rgba(0, 0, 0, 0.1);
}
.draggable_wrapper__YB014 {
background-color: @surface1;
border-color: @surface0;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.3);
box-shadow:
0 0 2px rgba(0, 0, 0, 0.2),
0 10px 20px rgba(0, 0, 0, 0.3);
color: @text;
}
.checkbox_checkbox__uXwIZ {
Expand Down

0 comments on commit 17c647d

Please sign in to comment.