Skip to content

Commit

Permalink
style: reformat with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 17, 2023
1 parent 67ef2c4 commit 3851210
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion styles/advent-of-code/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
header h1 a,
header h1 span {
color: @green;
text-shadow: 0 0 2px @green, 0 0 5px @green;
text-shadow:
0 0 2px @green,
0 0 5px @green;
}

a {
Expand Down
4 changes: 3 additions & 1 deletion styles/github/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,9 @@

.jykkjb {
background-color: @base;
box-shadow: @crust 0px -2px 0px inset, @crust 0px 1px 0px inset;
box-shadow:
@crust 0px -2px 0px inset,
@crust 0px 1px 0px inset;
}

.jhjELj,
Expand Down
7 changes: 5 additions & 2 deletions styles/gmail/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,11 @@
.yO {
background: @mantle !important;
&:hover {
box-shadow: inset 1px 0 0 @surface0, inset -1px 0 0 @surface0,
0 0 4px 0 @base, 0 0 6px 2px @base !important;
box-shadow:
inset 1px 0 0 @surface0,
inset -1px 0 0 @surface0,
0 0 4px 0 @base,
0 0 6px 2px @base !important;
}
}
/* quick text */
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 @@ -191,7 +191,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 @@ -373,7 +375,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 @@ -689,7 +693,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-search/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@
input[type="color"]:focus,
.uneditable-input:focus {
border-color: @accent-color;
box-shadow: inset 0 1px 1px @crust, 0 0 8px @accent-color;
box-shadow:
inset 0 1px 1px @crust,
0 0 8px @accent-color;
}

/* Fix input box placeholder text */
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 @@ -90,12 +90,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 3851210

Please sign in to comment.