From 27a4d8ceff9d59ca631ce90223a262ca8b7cf669 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 6 Aug 2023 11:23:04 +0800 Subject: [PATCH] Revert "docs: banner adjust light and dark mode (#6799)" (#6816) This reverts commit 826c183d0bc06c8a3b09581e015f2338f3e75d8a. --- site/src/layouts/header/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/src/layouts/header/index.vue b/site/src/layouts/header/index.vue index 25cb0b020..524ad99b1 100644 --- a/site/src/layouts/header/index.vue +++ b/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 {