|
23 | 23 |
|
24 | 24 | body { |
25 | 25 | line-height: 1.75rem; |
26 | | - background: #fafafa; |
| 26 | + background: var(--main-wrapper-bg, #fafafa); |
27 | 27 | color: var(--text-color, #212529); |
28 | 28 | -webkit-font-smoothing: antialiased; |
29 | 29 | font-family: 'Source Sans Pro', 'Microsoft Yahei', sans-serif; |
@@ -291,7 +291,7 @@ body { |
291 | 291 | } |
292 | 292 |
|
293 | 293 | #search-wrapper+a { /* 'Cancel' link */ |
294 | | - color: #2a408e; |
| 294 | + color: var(--link-color, #2a408e); |
295 | 295 | margin-left: 1rem; |
296 | 296 | display: none; |
297 | 297 | } |
@@ -553,7 +553,7 @@ footer .license a { |
553 | 553 | cursor: pointer; |
554 | 554 | position: fixed; |
555 | 555 | background: var(--button-bg, #fff); |
556 | | - color: #686868; |
| 556 | + color: var(--text-color, #686868); |
557 | 557 | height: 2.6em; |
558 | 558 | width: 2.7em; |
559 | 559 | border-radius: 50%; |
@@ -662,7 +662,7 @@ a.reversefootnote { |
662 | 662 |
|
663 | 663 | .post-content a { |
664 | 664 | color: var(--link-color, #2a408e); |
665 | | - border-bottom: 1px dotted var(--link-color, #c2c6cc); |
| 665 | + border-bottom: 1px dotted var(--link-underline-color, #c2c6cc); |
666 | 666 | } |
667 | 667 |
|
668 | 668 | p>a, span>a, |
@@ -749,7 +749,7 @@ table tbody td { |
749 | 749 |
|
750 | 750 | .post-meta a { |
751 | 751 | color: var(--link-color, #2a408e); |
752 | | - border-bottom: 1px dotted var(--link-color, #c2c6cc); |
| 752 | + border-bottom: 1px dotted var(--link-underline-color, #c2c6cc); |
753 | 753 | } |
754 | 754 |
|
755 | 755 | .post-meta a:not(:last-child) { |
@@ -821,7 +821,7 @@ table tbody td { |
821 | 821 | } |
822 | 822 |
|
823 | 823 | .btn-box-shadow { |
824 | | - box-shadow: 0 0 8px 0 var(--button-bg, #eaeaea) !important; |
| 824 | + box-shadow: 0 0 8px 0 var(--main-wrapper-bg, #eaeaea) !important; |
825 | 825 | } |
826 | 826 |
|
827 | 827 | .topbar-up { |
|
0 commit comments