From a4de5e4277e323531c11fdca1ddc8471bfb6cdfe Mon Sep 17 00:00:00 2001 From: BorjaOteroFerreira <115078003+BorjaOteroFerreira@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:14:45 +0100 Subject: [PATCH] update gui --- static/styles/index.css | 32 +++++++++++++++----------------- templates/index.html | 6 +++--- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/static/styles/index.css b/static/styles/index.css index 25e1e71..c7936a4 100644 --- a/static/styles/index.css +++ b/static/styles/index.css @@ -428,35 +428,33 @@ input:focus { #start-tour-button{ - font-size: 1.2em; + font-size: 1.3em; + padding:2px; + width:30px; background-color:#00000000; - color:var(--secondary-color); - border: 3px solid grey; - font-weight:bold; - padding:5px; - border-radius: 50px; + border:none; } #start-tour-button:hover{ - background-color:#E9928721; + color: var(--secondary-bg-color); - border-color:#E9928721; - ; + font-size:1.6em; + + } #toggle-sidebar-button{ - font-size: 1.2em; - padding:5px; - border: 3px solid grey; - border-radius: 30px; - background-color:#00000000; - + font-size: 1.3em; + padding:2px; + width:30px; + background-color: #00000000; + border:none; + } #toggle-sidebar-button:hover{ - background-color:#E9928721; - border-color:#E9928721; + font-size:1.6em; } diff --git a/templates/index.html b/templates/index.html index adcb7f8..f95bfbd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -42,15 +42,15 @@