From f2cfe7e6e072b395970191f365898b67c108002a Mon Sep 17 00:00:00 2001 From: procrastimax Date: Sun, 26 Jun 2022 13:52:20 +0200 Subject: [PATCH] Improves some UX points - adds titles to all UI elements - changes color of select field to improve visibility of button - adds text for select field --- web/index.html | 26 ++++++++++++++------------ web/styles.css | 4 ++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/web/index.html b/web/index.html index e3bbe9d..6b3a0aa 100644 --- a/web/index.html +++ b/web/index.html @@ -1,6 +1,5 @@ - - + YourCSI @@ -24,19 +23,22 @@

Your #ChinaScienceInvestigation

Ein Projekt der AG Link

diff --git a/web/styles.css b/web/styles.css index 131f24e..3385414 100644 --- a/web/styles.css +++ b/web/styles.css @@ -144,6 +144,10 @@ nav ul li a:hover { padding: 5px; } +#risk { + background-color: white; +} + #down-arrow { position: absolute; top: calc(100vh - 60px);