From eb9020c175cb584961bf0c9599eb7857e7d947d3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 6 Mar 2022 17:05:23 +0100 Subject: [PATCH] Style tweak to watch form --- changedetectionio/static/styles/styles.css | 3 ++- changedetectionio/static/styles/styles.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index a12bab5c..91b0c85b 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -196,7 +196,8 @@ body:after, body:before { #new-watch-form .label { display: none; } #new-watch-form legend { - color: #fff; } + color: #fff; + font-weight: bold; } #diff-col { padding-left: 40px; } diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index af3d29ac..188ee227 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -262,6 +262,7 @@ body:after, body:before { } legend { color: #fff; + font-weight: bold; } }