We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5098073 commit 846f417Copy full SHA for 846f417
1 file changed
src/website/src/styles/global.css
@@ -33,11 +33,11 @@
33
--bg-color: #1a1a1a;
34
--border-color: #444;
35
--link-color: #66b3ff;
36
- --code-bg: #1e1e1e;
37
- --code-text: #d4d4d4;
38
- --code-keyword: #569cd6;
39
- --code-string: #ce9178;
40
- --code-comment: #6a9955;
+ --code-bg: #0d1117;
+ --code-text: #f0f6fc;
+ --code-keyword: #79c0ff;
+ --code-string: #a5d6ff;
+ --code-comment: #8b949e;
41
--header-bg: #0a0a0a;
42
--nav-bg: #7744bb;
43
--feature-bg: #2d2d2d;
@@ -228,6 +228,7 @@ main {
228
margin: 1rem 0;
229
border: 1px solid var(--border-color);
230
line-height: 1.5;
231
+ font-weight: 400;
232
}
233
234
.doc-content pre code {
0 commit comments