fix: shell div the colors in the dark theme
This commit is contained in:
parent
6a8b695c00
commit
c83c8c56bb
@ -14,15 +14,23 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root.dark {
|
||||||
|
.shell {
|
||||||
|
background: rgba(30, 30, 30, 0.6);
|
||||||
|
}
|
||||||
|
.shell__text {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.shell__divider{
|
.shell__divider{
|
||||||
background: rgba(127, 127, 127, 0.3);
|
background: rgba(127, 127, 127, 0.3);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shell__divider:hover {
|
.shell__divider:hover {
|
||||||
background: rgba(127, 127, 127, 0.9);
|
background: rgba(127, 127, 127, 0.9);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.shell__content {
|
.shell__content {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user