oops too light

This commit is contained in:
Rushil Umaretiya 2020-09-30 02:18:21 -04:00
parent 07f50b2788
commit b8a3a09b41
2 changed files with 4 additions and 4 deletions

View File

@ -119,8 +119,8 @@ body::-webkit-scrollbar {
.poll { .poll {
color: white; color: white;
background: #4b4b4b; background: #4b4b4b;
background: -webkit-linear-gradient(#464646, #4b4b4b); background: -webkit-linear-gradient(#191919, #4b4b4b);
background: linear-gradient(#464646, #4b4b4b); background: linear-gradient(#191919, #4b4b4b);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;

View File

@ -203,8 +203,8 @@ body::-webkit-scrollbar {
color: white; color: white;
//background-image: url("res/poll-gradient.png"); //background-image: url("res/poll-gradient.png");
background: $darker-grey; background: $darker-grey;
background: -webkit-linear-gradient(#464646, $darker-grey); background: -webkit-linear-gradient(#191919, $darker-grey);
background: linear-gradient(#464646, $darker-grey); background: linear-gradient(#191919, $darker-grey);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;