diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Orchid; } nav { - background: LightGoldenRodYellow; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem;