Skip to content

Commit e78f2fe

Browse files
committed
Optimized dark mode colors.
- the further reading cards - button back-to-top - table
1 parent d610fa7 commit e78f2fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/css/_colors/dark-typography.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
--link-color: rgb(138, 180, 248);
2424
--link-underline-color: rgb(82, 108, 150);
2525
--main-border-color: rgb(44, 45, 45);
26-
--button-bg: rgb(39, 40, 33);
26+
--button-bg: rgb(39, 40, 43);
2727
--blockquote-border-color: rgb(66, 66, 66);
2828
--blockquote-text-color: rgb(117, 117, 117);
2929

@@ -32,7 +32,6 @@
3232
--btn-backtotop-border-color: var(--btn-border-color);
3333
--btn-box-shadow: var(--main-wrapper-bg);
3434

35-
--card-bg: rgb(39, 40, 33);
3635
--card-header-bg: rgb(51, 50, 50);
3736
--label-color: rgb(108, 117, 125);
3837

@@ -56,14 +55,15 @@
5655
--toc-highlight: rgb(116, 178, 243);
5756
--tag-bg: rgb(41, 40, 40);
5857
--tag-hover: rgb(43, 56, 62);
59-
--tb-odd-bg: rgba(52, 53, 42, 0.52); /* odd rows of the posts' table */
58+
--tb-odd-bg: rgba(42, 47, 53, 0.52); /* odd rows of the posts' table */
6059
--tb-even-bg: rgb(31, 31, 34); /* even rows of the posts' table */
6160
--tb-border-color: var(--tb-odd-bg);
6261
--footnote-target-bg: rgb(63, 81, 181);
6362
--btn-share-color: #6c757d;
6463
--btn-share-hover-color: #bfc1ca;
6564
--relate-post-date: var(--text-muted-color);
66-
--card-border-color: var(--main-wrapper-bg);
65+
--card-bg: rgb(39, 40, 43);
66+
--card-border-color: rgb(53, 53, 60);
6767
--card-box-shadow: var(--main-wrapper-bg);
6868

6969
/* tags */

0 commit comments

Comments
 (0)