Fixed radius errors, explained tags betterrrr

This commit is contained in:
Michał Gdula 2022-09-14 19:43:43 +00:00
parent 248154f37d
commit b4e388ebcb
5 changed files with 42 additions and 27 deletions

View file

@ -13,7 +13,7 @@ $white: #E8E3E3;
$page-accent: #8C977D;
$shadow: 6px 6px 2px #15151588;
$rad: 0rem;
$rad: 0.25rem;
$weight-bold: 621;
$weight-normal: 400;
@ -40,4 +40,6 @@ sans-serif;
--white: #{$white};
--accent: #{$page-accent};
--rad: #{$rad};
}