From 579bf8e9e2285a1cfae6ea0c425705c536514003 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Tue, 20 Apr 2021 21:36:30 +0100 Subject: [PATCH] reskin --- html/css/app.css | 15 ++++++++------- html/ui.html | 2 ++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/html/css/app.css b/html/css/app.css index 4a609151..908cd9aa 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -9,7 +9,8 @@ } .menu { - font-family: bankgothic; + font-family: 'PT Sans Narrow', sans-serif; + font-size: 22px; min-width: 400px; color: #fff; box-shadow: 0px 0px 50px 0px #000; @@ -67,7 +68,7 @@ } .menu .head { - background-color: #4169E1; + background-color: #4682B4; text-align: center; height: 40px; line-height: 40px; @@ -81,15 +82,15 @@ .menu .menu-items .menu-item { height: 40px; display: block; - background-color: rgba(30, 30, 30, 0.95); - box-shadow: inset 2px 0px 0px 1px #4e4e4e; - padding: 10px; - height: 32px; + background-color: rgba(40, 40, 40, 1); line-height: 32px; color: #ffffff; + padding: 2px; text-align: center; } .menu .menu-items .menu-item.selected { - background-color: rgba(50, 50, 50, 0.95); + background-color: rgba(60, 60, 60, 0.95); + border-top: 2px solid #e76767; + border-bottom: 2px solid #e76767; } diff --git a/html/ui.html b/html/ui.html index 47898d3e..d90d6b94 100644 --- a/html/ui.html +++ b/html/ui.html @@ -3,6 +3,8 @@ + +