Browse Source

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

pull/7091/head
Konv Suu 1 year ago committed by GitHub
parent
commit
e204d69e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      site/src/theme/static/dark.less

4
site/src/theme/static/dark.less

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

Loading…
Cancel
Save