style: run formatter

This commit is contained in:
Sebin Nyshkim 2023-09-04 20:06:56 +02:00
parent b5eae39f89
commit 35f5343149
20 changed files with 207 additions and 264 deletions

View file

@ -1,4 +1,4 @@
@import "@/scss/base";
@import '@/scss/base';
:root {
font-family: var(--font-family-copy);
@ -19,7 +19,9 @@ body {
min-height: 100vh;
color: var(--color-text);
background: var(--color-background-body);
transition: color 0.5s, background-color 0.5s;
transition:
color 0.5s,
background-color 0.5s;
line-height: var(--text-line-height);
text-rendering: optimizeLegibility;
@ -41,7 +43,7 @@ main {
&:after {
display: block;
content: "";
content: '';
position: sticky;
inset: auto 0 var(--navigation-cutout-page-background) 0;
@ -95,8 +97,7 @@ a {
&:hover {
color: var(--color-link-text-hover);
box-shadow: inset 0 calc(var(--link-inset-box-shadow) * -1) 0 0
var(--color-link-text-underline);
box-shadow: inset 0 calc(var(--link-inset-box-shadow) * -1) 0 0 var(--color-link-text-underline);
}
}