We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e60e3 commit 2b0ce28Copy full SHA for 2b0ce28
2 files changed
assets/css/_colors/light-syntax.scss
@@ -73,7 +73,7 @@
73
/*--- custom light colors ---*/
74
--code-highlighter-rouge: #e9ecef;
75
--highlight-bg-color: #f7f7f7;
76
- --highlighter-rouge-color: black;
+ --highlighter-rouge-color: #353a3d;
77
--highlight-lineno-color: #c2c6cc;
78
--highlight-lineno-border-color: #e9ecef;
79
assets/css/_colors/light-typography.scss
@@ -18,7 +18,7 @@
18
19
--btn-border-color: #e9ecef;
20
21
- --text-color: #212529;
+ --text-color: #343a40;
22
23
--blockquote-border-color: #eee;
24
0 commit comments