Skip to content

Commit f6cbc5b

Browse files
committed
Fixes Dark mode issue with Enterprise Notice
1 parent 1bd6764 commit f6cbc5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,15 @@ html[data-theme=dark] {
276276
#main-title .a {
277277
color: #fff;
278278
}
279+
280+
.custom-container.enterprise {
281+
background-color: #2a2a2a;
282+
border-color: #06ac38;
283+
284+
.custom-container-title {
285+
color: #fff;
286+
}
287+
}
279288

280289
#main-description {
281290
color: #fff

0 commit comments

Comments
 (0)