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