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; } }