diff --git a/backend/static/css/styles.css b/backend/static/css/styles.css index 5f1a2c69..d1d381ff 100644 --- a/backend/static/css/styles.css +++ b/backend/static/css/styles.css @@ -175,5 +175,16 @@ color: #fff; } .pure-form label { -font-weight: bold; -} \ No newline at end of file + font-weight: bold; +} + +#new-watch-form { + background: rgba(0,0,0,.05); + padding: 1em; + border-radius: 10px; + margin-bottom: 1em; +} +#new-watch-form legend { + color: #fff; +} + diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index c5d2de0a..28732a02 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -4,9 +4,9 @@