Skip to content

Commit 7d8360b

Browse files
authored
fix: fix dark background in quick preview (#31)
1 parent 9cd26f2 commit 7d8360b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/docs-nginx-com/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -1787,6 +1787,9 @@ input.pull-left {
17871787
border-color: #666;
17881788
}
17891789

1790+
.main.container-fluid {
1791+
background: white;
1792+
}
17901793

17911794
@media screen and (min-width: 801px) {
17921795
.nginx-doc-sidebar{

0 commit comments

Comments
 (0)