docs: fix drawer-handler's background in dark mode (#6802)
parent
19698b7407
commit
e204d69e74
|
@ -366,4 +366,8 @@
|
|||
color: rgba(255, 255, 255, 0.65);
|
||||
}
|
||||
}
|
||||
|
||||
.drawer-handle {
|
||||
background: #1d1d1d;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue