Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Mar 27, 2024
1 parent 9618ae2 commit 3d1eb0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_lichess-pgn-viewer.lib.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ $lpv-bg-interesting-hover: mix($lpv-interesting, $lpv-bg, 30%) !default;

.lpv {
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
box-shadow:
0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
overflow: hidden;
background: var(--c-lpv-bg, $lpv-bg);
Expand Down

0 comments on commit 3d1eb0c

Please sign in to comment.