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 Jul 23, 2024
1 parent 0d4e5fd commit 6ec5206
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions styles/wikiwand/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,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 6ec5206

Please sign in to comment.