updated rust version, minor fixes

This commit is contained in:
2026-06-07 16:26:42 +02:00
parent b4874ad318
commit 841e8419b0
7 changed files with 143 additions and 18 deletions
+3 -2
View File
@@ -26,7 +26,8 @@ input {
overflow-y: auto;
margin: auto;
padding: 20px 30px;
background-color: #fff;
background-color: var(--color-background-soft);
color: var(--color-text);
border-radius: 2px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
transition: all 0.3s ease;
@@ -34,7 +35,7 @@ input {
.modal-header h3 {
margin-top: 0;
color: #42b983;
color: var(--color-heading);
}
.modal-body {