1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-24 05:50:18 +02:00
parent aee6eb5e70
commit 7f0f73fade

View File

@@ -15,6 +15,8 @@
justify-content: center; /* horizontal zentrieren */
background: rgba(0,0,0,0.1);/* halbtransparenter Untergrund */
font-family: sans-serif;
-webkit-user-select: none;
user-select: none;
}
.dialog {
border: 2px solid #fbcfe8;