Updates and fixes
Some checks failed
Nix Build / build-nixos (push) Failing after 13s

This commit is contained in:
soraefir
2024-05-18 07:55:03 +02:00
parent bf0aa63936
commit 4ea8a40dbd
10 changed files with 83 additions and 66 deletions

View File

@ -17,7 +17,8 @@ calendar {
font-weight: bold;
}
.button {
label {
font-size: 20pt;
color: $base0C;
}
@ -35,9 +36,6 @@ calendar {
margin-top: -4pt;
}
.minute, .hour, .day, .month {
font-size: 20pt;
}
.date {
color: $base0C;
@ -47,5 +45,4 @@ calendar {
.datetime {
padding: $gaps-window;
}