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 Mar 23, 2024
1 parent 146bbe2 commit d09115e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions styles/duckduckgo/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,17 @@
}

.tile__display {
box-shadow: inset -1px -1px 0 @overlay0, inset 1px 1px 0 @overlay0 !important;
box-shadow:
inset -1px -1px 0 @overlay0,
inset 1px 1px 0 @overlay0 !important;
background-color: @base !important;
border-color: @surface2 !important;
color: @text !important;
}
.tile__display.selected {
box-shadow: inset -1px -1px 0 @blue, inset 1px 1px 0 @blue !important;
box-shadow:
inset -1px -1px 0 @blue,
inset 1px 1px 0 @blue !important;
}

.tile__ctrl--important {
Expand Down

0 comments on commit d09115e

Please sign in to comment.