2022-02-21 23:18:38 +01:00
|
|
|
* {
|
|
|
|
background-color: #292929 !important;
|
|
|
|
color: #FFFFFF !important;
|
2022-11-08 16:11:59 +01:00
|
|
|
}
|
2022-12-13 23:04:42 +01:00
|
|
|
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;
|
|
|
|
}
|