diff --git a/static/css/styles.css b/static/css/styles.css index 2ce8f27..ad06e38 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -119,8 +119,8 @@ body::-webkit-scrollbar { .poll { color: white; background: #4b4b4b; - background: -webkit-linear-gradient(#464646, #4b4b4b); - background: linear-gradient(#464646, #4b4b4b); + background: -webkit-linear-gradient(#191919, #4b4b4b); + background: linear-gradient(#191919, #4b4b4b); background-position: center; background-repeat: no-repeat; background-size: cover; diff --git a/static/css/styles.scss b/static/css/styles.scss index 4e634ed..d889d08 100755 --- a/static/css/styles.scss +++ b/static/css/styles.scss @@ -203,8 +203,8 @@ body::-webkit-scrollbar { color: white; //background-image: url("res/poll-gradient.png"); background: $darker-grey; - background: -webkit-linear-gradient(#464646, $darker-grey); - background: linear-gradient(#464646, $darker-grey); + background: -webkit-linear-gradient(#191919, $darker-grey); + background: linear-gradient(#191919, $darker-grey); background-position: center; background-repeat: no-repeat; background-size: cover;