From 72ac537c59ca91a5c49da2cef5360bfce78ae249 Mon Sep 17 00:00:00 2001 From: Fuchsty Date: Fri, 25 Aug 2023 14:47:24 +0200 Subject: [PATCH] further style changes --- static/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/application.css b/static/application.css index 5f710a7..d6a685f 100644 --- a/static/application.css +++ b/static/application.css @@ -90,7 +90,7 @@ button.enabled { left: 50%; margin-left: -46px; text-align: center; - background: #222222; + background: #414141; color: #fff; padding: 8px; border-radius: 3px; @@ -161,4 +161,4 @@ button.enabled { ::-webkit-scrollbar{width:10px;height:10px} ::-webkit-scrollbar-thumb{background:#414141} ::-webkit-scrollbar-thumb:hover{background:#969696} -::-webkit-scrollbar-track{background:#242424} \ No newline at end of file +::-webkit-scrollbar-track{background:#222222} \ No newline at end of file