From 10b21dccf4de26e6e19e88e386066570dc932abd Mon Sep 17 00:00:00 2001 From: Sven Schneider <sven.schneider@hft-stuttgart.de> Date: Fri, 29 Oct 2021 13:04:52 +0200 Subject: [PATCH] minor design changes --- public/HFT.html | 2 +- public/css/index.css | 2 +- public/css/roundedButton.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/HFT.html b/public/HFT.html index c3b8f1c..ebd2918 100644 --- a/public/HFT.html +++ b/public/HFT.html @@ -64,7 +64,7 @@ <strong><i class="fas fa-copy"></i> Menu</strong> </h2> --> <div class="backdrop mainbackdrop" id="DCMO" style="display:show"> - <h3> Layer selection </h3> + <h2> Layer selection </h2> <table> <tbody> <tr> diff --git a/public/css/index.css b/public/css/index.css index 717516f..36d2adf 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -26,7 +26,7 @@ h1 { h2 { /* font-family: 0.75em 'Lato', sans-serif; */ font-weight: bold; - color: wheat; + color: rgb(8, 228, 118); } h3 { /* font: 1em 'Lato', sans-serif; diff --git a/public/css/roundedButton.css b/public/css/roundedButton.css index 477f1c1..fe38963 100644 --- a/public/css/roundedButton.css +++ b/public/css/roundedButton.css @@ -21,7 +21,7 @@ left: 0; right: 0; bottom: 0; - background-color: #ccc; + background-color: rgb(138, 138, 138); -webkit-transition: .4s; transition: .4s; } @@ -39,11 +39,11 @@ } input:checked + .slider { - background-color: #2196F3; + background-color: rgb(8, 228, 118); } input:focus + .slider { - box-shadow: 0 0 1px #2196F3; + box-shadow: 0 0 3px #01111f; } input:checked + .slider:before { -- GitLab