Added notification stacking, fixed shadows

This commit is contained in:
Michał Gdula 2022-09-15 11:21:21 +00:00
parent b4e388ebcb
commit 80bac9926f
4 changed files with 53 additions and 24 deletions

View file

@ -12,7 +12,7 @@ $white: #E8E3E3;
$page-accent: #8C977D;
$shadow: 6px 6px 2px #15151588;
$shadow: 6px 6px 2px #15151566;
$rad: 0.25rem;
$weight-bold: 621;
@ -41,5 +41,7 @@ sans-serif;
--accent: #{$page-accent};
--shadow: #{$shadow};
--rad: #{$rad};
}