diff --git a/static/css/main.css b/static/css/main.css index ec92681..7dcd341 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -12,8 +12,8 @@ body { margin: auto; top: 0; font-family: "Droid", sans-serif; - color: #ddd8d8; - background-image: url("/static/img/KABS_25_Bakground.png"); + color: #cccccc; + background-image: url("/static/img/FakeBackground_KABS24.png"); background-size: auto 100%; background-position: top; background-attachment: fixed; @@ -105,7 +105,7 @@ nav ul li ul li a { nav ul li a:hover { background-color: rgb(46, 187, 46); - color: rgb(118, 114, 112); + color: rgb(0, 0, 0); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }