1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-23 01:30:01 +01:00

toast fix

This commit is contained in:
Matthias Kretschmann 2021-03-22 00:17:20 +01:00
parent 6867a30ae4
commit d81a4f5b6d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -9,6 +9,7 @@
font-size: var(--font-size-small); font-size: var(--font-size-small);
padding: calc(var(--spacer) / 3) var(--spacer); padding: calc(var(--spacer) / 3) var(--spacer);
animation: animation 0.2s ease-out backwards; animation: animation 0.2s ease-out backwards;
background: var(--body-background-color);
} }
#toast button { #toast button {