Skip to content

Commit 2f50e94

Browse files
authored
Revert "docs: banner adjust light and dark mode (#6799)"
This reverts commit 826c183.
1 parent 12074a0 commit 2f50e94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/src/layouts/header/index.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,16 @@ export default defineComponent({
191191
z-index: 100;
192192
padding: 16px;
193193
line-height: 28px;
194+
color: #8590a6;
194195
text-align: center;
196+
background-color: #141414;
195197
}
196198
.alert-banner {
199+
color: #fff;
197200
padding: 5px;
198201
}
199202
.alert-banner a {
200-
color: inherit;
203+
color: #fff;
201204
text-decoration: underline;
202205
}
203206
.alert-banner .close-icon {

0 commit comments

Comments
 (0)