Add toast for error messages, fix #16

This commit is contained in:
2023-04-07 11:54:54 +02:00
parent 95e9b8cabf
commit 94e749960f
8 changed files with 70 additions and 317 deletions

View File

@ -10,6 +10,8 @@ body {
--color-red: hsl(7, 100%, 56%);
--color-red-light: hsl(7, 100%, 61%);
--color-red-lighter: hsl(7, 100%, 68%);
--color-red-dark: hsl(7, 100%, 48%);
--color-red-desat: hsl(7, 20%, 56%);
--color-red-desat-dark: hsl(7, 20%, 30%);
--color-red-desat-desat: hsl(7, 8%, 56%);