From 5407db4b54142208124c84dd9e02a99691502cd6 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sat, 8 May 2021 21:50:04 +0200 Subject: [PATCH] Update login styles --- www/res/styles/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/res/styles/styles.css b/www/res/styles/styles.css index 9177445..ff4c497 100644 --- a/www/res/styles/styles.css +++ b/www/res/styles/styles.css @@ -1,7 +1,7 @@ * { font-family: 'Arial', sans-serif; - --win-bg: rgba(64, 64, 64, 0.25); + --win-bg: rgba(168, 168, 168, 0.25); } noscript { @@ -30,7 +30,7 @@ main { } h1, h2, h3, h4, h5, h6 { - color: #202020; + color: #000000; font-weight: normal; } @@ -74,7 +74,7 @@ div#welcome-win a { display: block; width: 50px; text-align: center; - color: #202020; + color: #000000; } div#welcome-win a:hover { @@ -107,7 +107,7 @@ footer { footer div { font-size: 0.75em; display: inline; - color: #202020; + color: #000000; margin: 0.5em 1em; text-align: center; } @@ -119,7 +119,7 @@ form { form input { background-color: var(--win-bg); - border: 1px solid var(--win-bg); + border: 1px solid #808080; border-radius: 4px; outline: none; padding: 0.5em 1em; @@ -128,10 +128,10 @@ form input { box-sizing: border-box; margin: 1em 0; font-size: 1em; - color: #202020; + color: #000000; } form input::placeholder { - color: #404040; + color: #808080; opacity: 1; }