diff --git a/src/webui/site-info/index.html b/src/webui/site-info/index.html index d4bd404..5199332 100644 --- a/src/webui/site-info/index.html +++ b/src/webui/site-info/index.html @@ -45,7 +45,7 @@
- Info +

Info

@@ -75,7 +75,7 @@
- Social +

Social

@@ -92,7 +92,7 @@
- Menu +

Menu

@@ -102,7 +102,7 @@
- Footer +

Footer

@@ -116,7 +116,7 @@
- Legals +

Legals

@@ -139,7 +139,7 @@
- Build +

Build

diff --git a/src/webui/style/style.css b/src/webui/style/style.css index 5b6a097..2a4468d 100644 --- a/src/webui/style/style.css +++ b/src/webui/style/style.css @@ -17,6 +17,9 @@ body { h1, h2 { color: #FBFBFB; } +h2 { + color: #55c3ec; +} /* --- Toolbar --- */ .toolbar { @@ -488,26 +491,13 @@ h1, h2 { padding: 0 40px 40px 40px; } - -#site-info-form fieldset { - border: none; - margin-bottom: 28px; - padding: 0; - background: rgba(0, 41, 48, 0.45); - border-radius: 18px; - box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25); - padding: 32px 28px; - margin: 32px auto; - backdrop-filter: blur(12px); -} - #site-info-form fieldset { background-color: rgb(67 67 67 / 26%); border-radius: 6px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border: 1px solid #2f2e2e80; margin-bottom: 28px; - padding: 32px 28px; + padding: 0 28px 32px 28px; margin: 32px auto; }