fix brighter pulldowns lol oops

This commit is contained in:
split / May 2023-10-10 21:11:30 -07:00
parent 783d6be808
commit dca41242e1
3 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ body {
}
&::-webkit-scrollbar-track {
background-color:#191919;
background-color:#222222;
}
&::-webkit-scrollbar-thumb {

View file

@ -21,7 +21,7 @@
position: absolute;
width: 300px;
height: 400px;
background-color: #191919;
background-color: #222222;
color: #dddddd;
top:0px;

View file

@ -4,7 +4,7 @@
position:relative;
width:100%;
height:50px;
background-color: #191919;
background-color: #222222;
border:none;
border-bottom:1px solid #AAAAAA;
transition-duration:150ms;
@ -106,7 +106,7 @@
.modal {
position:absolute;
background-color:#191919;
background-color:#222222;
width:100%;
transform:translateY(-100%);
top:100%;