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

pull/6805/head
Konv Suu 2023-07-31 08:48:30 +08:00 committed by GitHub
parent bc576d6255
commit 826c183d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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