From debcc81384656e766121abe14dda064f2388aa4e Mon Sep 17 00:00:00 2001 From: Bolke de Bruin Date: Thu, 25 Sep 2025 15:34:05 +0200 Subject: [PATCH] Add webinterface --- cmd/rdpgw/templates/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rdpgw/templates/style.css b/cmd/rdpgw/templates/style.css index 78f696b..b9dcae7 100644 --- a/cmd/rdpgw/templates/style.css +++ b/cmd/rdpgw/templates/style.css @@ -1,4 +1,4 @@ -1:root { +:root { /* Light mode colors (OKLCH) */ --background: oklch(1 0 0); --foreground: oklch(0.145 0 0);