Fixed styling again
Build and Publish / Build and Publish Docker Image (push) Successful in 1m14s

This commit is contained in:
Ultradesu
2026-05-11 13:00:22 +01:00
parent d2d7d0b73f
commit 4321c0aac1
+6 -1
View File
@@ -85,7 +85,12 @@
/* ── Forms ── */
.form-card { background: #fff; border-radius: 10px; padding: 1.25rem; border: 1px solid #eee; }
input, textarea, select { background-color: #fff; color: #333; }
input, textarea, select,
.input, .textarea, .select select {
background-color: #fff !important;
color: #333 !important;
border-color: #dbdbdb !important;
}
</style>
</head>
<body>