Adjusts notification and added hour reminders

This commit is contained in:
Michel Fedde 2025-07-07 22:30:03 +02:00
parent 00195f6d38
commit 869b01ee34
9 changed files with 43 additions and 5 deletions

View file

@ -12,6 +12,12 @@
box-shadow: $box-shadow-inner-less;
.text-box {
margin-left: 0.5rem;
}
&:hover {
border-color: $foreground;
background: rgba($background, 0.6);