Skip to content

Commit 1078893

Browse files
committed
Tweak coloring of text in documentation
1 parent 7fd3701 commit 1078893

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ p code, .admonitionblock code, .hdlist code {
107107
color: white;
108108
}
109109

110+
strong {
111+
color: #ccd1df;
112+
}
113+
110114
.admonitionblock code {
111115
font-size: 90%;
112116
}
@@ -128,7 +132,7 @@ pre.highlight code.hljs {
128132
font-size: 10pt;
129133
margin: 1rem 0 0 0;
130134
background: #555;
131-
color: white;
135+
color: #f2f2f2;
132136
display: inline-block;
133137
padding: 0.1rem 0.5rem;
134138
border-radius: 3px 3px 0 0;

0 commit comments

Comments
 (0)