From b8a3a09b4192204b01ce623330e3e982a7fa0c5a Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Wed, 30 Sep 2020 02:18:21 -0400 Subject: [PATCH] oops too light --- static/css/styles.css | 4 ++-- static/css/styles.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;