adds theme notifications

This commit is contained in:
booploops 2022-02-28 22:42:02 -08:00
parent b4de904cd0
commit e865e41b93
4 changed files with 44 additions and 6 deletions

View file

@ -1,3 +1,13 @@
.notyf__toast {
-webkit-app-region: no-drag;
cursor: pointer;
}
.notyf-info {
background: var(--keyColor);
}
.modal-fullscreen {
display: flex;