diff --git a/ohlhafv/static/ohlhafv/css/base.css b/ohlhafv/static/ohlhafv/css/base.css index 51dac25..5bea002 100644 --- a/ohlhafv/static/ohlhafv/css/base.css +++ b/ohlhafv/static/ohlhafv/css/base.css @@ -1,6 +1,6 @@ html, body { background: #fdd504; - background: linear-gradient(#fcf4de, #fcf4de) no-repeat center center fixed; + background: linear-gradient(#eae3c6, #ffffff) no-repeat center center fixed; } body { @@ -49,7 +49,7 @@ h3 { .navbar { border-radius: 8px; - background-color: #a87538; + background-color: #696969; box-shadow: 0 0; }