docs: fix drawer-handler's background in dark mode (#6802)

pull/7091/head
Konv Suu 1 year ago committed by GitHub
parent 19698b7407
commit e204d69e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -366,4 +366,8 @@
color: rgba(255, 255, 255, 0.65);
}
}
.drawer-handle {
background: #1d1d1d;
}
}

Loading…
Cancel
Save