Skip to content

Commit 2b0ce28

Browse files
committed
Optimized some colors in light-mode.
1 parent a0e60e3 commit 2b0ce28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/_colors/light-syntax.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
/*--- custom light colors ---*/
7474
--code-highlighter-rouge: #e9ecef;
7575
--highlight-bg-color: #f7f7f7;
76-
--highlighter-rouge-color: black;
76+
--highlighter-rouge-color: #353a3d;
7777
--highlight-lineno-color: #c2c6cc;
7878
--highlight-lineno-border-color: #e9ecef;
7979

assets/css/_colors/light-typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
--btn-border-color: #e9ecef;
2020

21-
--text-color: #212529;
21+
--text-color: #343a40;
2222

2323
--blockquote-border-color: #eee;
2424

0 commit comments

Comments
 (0)