Fix prettier

This commit is contained in:
Daniel Egger 2023-01-25 16:47:02 +01:00
parent 4be2bb1975
commit 1183e0c016
1 changed files with 8 additions and 3 deletions

View File

@ -2,11 +2,15 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
*, *::before, *::after { *,
*::before,
*::after {
box-sizing: border-box; box-sizing: border-box;
} }
html, body, #app { html,
body,
#app {
height: 100%; height: 100%;
} }
@ -81,7 +85,8 @@ svg {
} }
.filter-blue-900 { .filter-blue-900 {
filter: invert(9%) sepia(38%) saturate(5684%) hue-rotate(200deg) brightness(95%) contrast(105%); filter: invert(9%) sepia(38%) saturate(5684%) hue-rotate(200deg) brightness(95%)
contrast(105%);
} }
} }