mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 00:13:17 +01:00
4ee2ecc175
Added color to inputs and button
15 lines
309 B
CSS
Vendored
15 lines
309 B
CSS
Vendored
* {
|
|
background-color: #292929 !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;
|
|
}
|