use sane font-weight

This commit is contained in:
Philipinho
2024-07-05 00:33:59 +01:00
parent f52cd011a4
commit 0c622a0dc1
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
);
font-size: var(--mantine-font-size-md);
line-height: var(--mantine-line-height-xl);
font-weight: 415;
font-weight: 400;
width: 100%;
> * + * {

View File

@ -4,7 +4,7 @@
iframe {
display: block;
outline: 0px solid transparent;
outline: 0 solid transparent;
border-radius: var(--mantine-radius-md);
width: 100%;
}