run prettier on some sass files

This commit is contained in:
Damien Elmes 2021-04-14 18:22:25 +10:00
parent c49d6ce49f
commit cca9195ea5
4 changed files with 9 additions and 9 deletions

View file

@ -82,4 +82,3 @@ button {
border-top-color: var(--faint-border); border-top-color: var(--faint-border);
} }
} }

View file

@ -86,7 +86,9 @@ img {
} }
} }
.drawing { zoom: 50%; } .drawing {
.nightMode img.drawing { zoom: 50%;
filter: unquote("invert(1) hue-rotate(180deg)") }
.nightMode img.drawing {
filter: unquote("invert(1) hue-rotate(180deg)");
} }

View file

@ -9,16 +9,16 @@
// keep the old behaviour for now to avoid breaking // keep the old behaviour for now to avoid breaking
// add-ons/card templates // add-ons/card templates
* { * {
box-sizing: content-box; box-sizing: content-box;
} }
body { body {
margin: 2em; margin: 2em;
overscroll-behavior: none; overscroll-behavior: none;
} }
h1 { h1 {
margin-bottom: 0.2em; margin-bottom: 0.2em;
} }
.nightMode { .nightMode {

View file

@ -1,3 +1,2 @@
src/backend/proto.d.ts
licenses.json licenses.json
vendor vendor