Improve dark theme
This commit is contained in:
parent
cda070186d
commit
809fa1fdb2
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ body,
|
||||||
background-color: #0b0b0b;
|
background-color: #0b0b0b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Pusher */
|
||||||
|
body.pushable > .pusher {
|
||||||
|
background-color: #0b0b0b;
|
||||||
|
}
|
||||||
|
|
||||||
/** Segment */
|
/** Segment */
|
||||||
.ui.segment {
|
.ui.segment {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
|
Loading…
Reference in a new issue