parent
09d304878a
commit
4ee2ecc175
|
@ -2,3 +2,13 @@
|
||||||
background-color: #292929 !important;
|
background-color: #292929 !important;
|
||||||
color: #FFFFFF !important;
|
color: #FFFFFF !important;
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
|
background-color: rgba(255,255,255,.2) !important;
|
||||||
|
}
|
||||||
|
button:hover {
|
||||||
|
background-color: rgba(255,255,255,.4) !important;
|
||||||
|
}
|
||||||
|
input{
|
||||||
|
border-color: #424242 !important;
|
||||||
|
background-color: rgba(0,0,0,.2) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue