mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
oops too light
This commit is contained in:
parent
07f50b2788
commit
b8a3a09b41
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user