Browse Source

Revert "docs: banner adjust light and dark mode (#6799)" (#6816)

This reverts commit 826c183d0b.
pull/6817/head
tangjinzhou 1 year ago committed by GitHub
parent
commit
27a4d8ceff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      site/src/layouts/header/index.vue

5
site/src/layouts/header/index.vue

@ -191,13 +191,16 @@ export default defineComponent({
z-index: 100;
padding: 16px;
line-height: 28px;
color: #8590a6;
text-align: center;
background-color: #141414;
}
.alert-banner {
color: #fff;
padding: 5px;
}
.alert-banner a {
color: inherit;
color: #fff;
text-decoration: underline;
}
.alert-banner .close-icon {

Loading…
Cancel
Save