added custom_css in config

This commit is contained in:
2026-06-04 18:16:13 +02:00
parent 2599e491ca
commit d9d11e3fc1
3 changed files with 27 additions and 0 deletions
+23
View File
@@ -13,6 +13,29 @@ success_message = "Success sending submission"
# Text displayed in a popup shown after submitting, in case of an error
error_message = "Error while sending submission"
custom_css = """
:root {
--bg-body: #0f172a;
--bg-card: #1e293b;
--bg-input: #0f172a;
--text-main: #f8fafc;
--text-muted: #94a3b8;
--text-inv: #ffffff;
--primary: #6366f1;
--primary-hover: #818cf8;
--primary-glow: rgba(99, 102, 241, 0.25);
--border-base: #334155;
--border-focus: #6366f1;
--radius-lg: 16px;
--radius-md: 10px;
--shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
"""
# Standard single-line input
[[fields]]
name = "username"