From a6caea05f24d7f7bd585b1eaf87898c1ad3a0dae Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 18 Feb 2021 07:03:58 +0000 Subject: [PATCH] Night mode tweaks --- app/css/lightsout.css | 11 +++-------- index.php | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app/css/lightsout.css b/app/css/lightsout.css index c6fb580b..ce44a4cd 100644 --- a/app/css/lightsout.css +++ b/app/css/lightsout.css @@ -8,7 +8,6 @@ License: GNU General Public License v3.0 html * { font-family: Helvetica,Arial,sans-serif; - font-size: 1.0rem; color: #afafaf; } @@ -369,13 +368,9 @@ tspan, rect { fill: #d2d2d2; } -span.text.service-status { - font-size: 0.75rem; - margin-top: 0.2rem; -} - -.text-muted { - font-size: 0.8rem; +small { + font-size: 80%; + font-weight: 400; } .fas.fa-circle { diff --git a/index.php b/index.php index b7552c14..026fde00 100755 --- a/index.php +++ b/index.php @@ -218,8 +218,8 @@ $bridgedEnabled = getBridgedState();