Skip to content

Commit c9dc9d0

Browse files
committed
restrict body color to documenter-dark, close #15
1 parent c320830 commit c9dc9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/assets/mechanomy.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "https://fonts.googleapis.com/css?family=Aldrich";
66
@import "https://fonts.googleapis.com/css?family=Actor";
77

8-
body{
8+
html.theme--documenter-dark body{
99
background-color: #333333;
1010
font-family: 'Actor', 'Lato Medium', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
1111
}

0 commit comments

Comments
 (0)