mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-23 16:02:34 +01:00
commit
21b28b959b
10
css/app-dark.css
vendored
10
css/app-dark.css
vendored
@ -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
Block a user