From c27ddfb61034fec5516def4c947ddc3e0266cd93 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sat, 14 Dec 2024 17:19:11 +0100 Subject: [PATCH] Improve infobox --- src/main/resources/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/index.html b/src/main/resources/index.html index 55bdf4e..ce2499d 100644 --- a/src/main/resources/index.html +++ b/src/main/resources/index.html @@ -16,12 +16,19 @@ margin: 0; } .info{ + background:#041523; + border:2px solid #27E4EB; + border-radius:8px; color:white; padding:8px; position:absolute; left:0; + margin:16px; top:0; } + .info hr{ + border-color: #27E4EB; + } .version{ bottom:0; color:white; @@ -38,6 +45,7 @@
+