dist files for v1.4.5 built

This commit is contained in:
Kantine Wrapper
2026-02-24 10:52:53 +01:00
parent ce7d8a3de5
commit 8c4de96432
7 changed files with 27 additions and 18 deletions

View File

@@ -192,6 +192,7 @@ body {
border-color: #f59e0b;
color: var(--accent-color);
}
.nav-btn.new-week-available.active {
color: white;
}
@@ -200,9 +201,11 @@ body {
0% {
box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
}
@@ -1618,8 +1621,6 @@ body {
.version-list {
list-style: none;
padding: 0;
max-height: 350px;
overflow-y: auto;
margin: 0;
}