Skip to content

Commit 826c183

Browse files
authored
docs: banner adjust light and dark mode (#6799)
1 parent bc576d6 commit 826c183

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/layouts/header/index.vue

+1-4
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,13 @@ export default defineComponent({
191191
z-index: 100;
192192
padding: 16px;
193193
line-height: 28px;
194-
color: #8590a6;
195194
text-align: center;
196-
background-color: #141414;
197195
}
198196
.alert-banner {
199-
color: #fff;
200197
padding: 5px;
201198
}
202199
.alert-banner a {
203-
color: #fff;
200+
color: inherit;
204201
text-decoration: underline;
205202
}
206203
.alert-banner .close-icon {

0 commit comments

Comments
 (0)