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 @@
+