|
23 | 23 | --link-color: rgb(138, 180, 248); |
24 | 24 | --link-underline-color: rgb(82, 108, 150); |
25 | 25 | --main-border-color: rgb(44, 45, 45); |
26 | | - --button-bg: rgb(39, 40, 33); |
| 26 | + --button-bg: rgb(39, 40, 43); |
27 | 27 | --blockquote-border-color: rgb(66, 66, 66); |
28 | 28 | --blockquote-text-color: rgb(117, 117, 117); |
29 | 29 |
|
|
32 | 32 | --btn-backtotop-border-color: var(--btn-border-color); |
33 | 33 | --btn-box-shadow: var(--main-wrapper-bg); |
34 | 34 |
|
35 | | - --card-bg: rgb(39, 40, 33); |
36 | 35 | --card-header-bg: rgb(51, 50, 50); |
37 | 36 | --label-color: rgb(108, 117, 125); |
38 | 37 |
|
|
56 | 55 | --toc-highlight: rgb(116, 178, 243); |
57 | 56 | --tag-bg: rgb(41, 40, 40); |
58 | 57 | --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 */ |
60 | 59 | --tb-even-bg: rgb(31, 31, 34); /* even rows of the posts' table */ |
61 | 60 | --tb-border-color: var(--tb-odd-bg); |
62 | 61 | --footnote-target-bg: rgb(63, 81, 181); |
63 | 62 | --btn-share-color: #6c757d; |
64 | 63 | --btn-share-hover-color: #bfc1ca; |
65 | 64 | --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); |
67 | 67 | --card-box-shadow: var(--main-wrapper-bg); |
68 | 68 |
|
69 | 69 | /* tags */ |
|
0 commit comments