@@ -34,7 +34,7 @@ on every page through _includes/layouts/default.njk
34
34
/* ---------------------------------------------------------- */
35
35
36
36
body {
37
- background : # fff ;
37
+ background : var ( --primary-background ) ;
38
38
}
39
39
40
40
.img {
@@ -311,7 +311,7 @@ a.nav-forum {
311
311
border-width : 3px ;
312
312
border-color : # f1a02a ;
313
313
background-image : none;
314
- color : var (--theme-color );
314
+ color : var (--gray90 );
315
315
text-decoration : none;
316
316
}
317
317
@@ -374,7 +374,7 @@ a.nav-forum {
374
374
.rss-button svg {
375
375
margin-bottom : 1px ;
376
376
height : 2.1rem ;
377
- fill : # fff ;
377
+ fill : var ( --primary-background ) ;
378
378
}
379
379
380
380
@media (max-width : 999px ) {
@@ -438,7 +438,7 @@ a.nav-forum {
438
438
overflow : hidden;
439
439
margin : 0 20px 50px ;
440
440
min-height : 100px ;
441
- background : # fff center center;
441
+ background : var ( --primary-background ) center center;
442
442
background-size : cover;
443
443
}
444
444
@@ -470,7 +470,7 @@ a.nav-forum {
470
470
471
471
.post-card-tags a {
472
472
margin-bottom : 1.3rem ;
473
- color : var (--gray75 );
473
+ color : var (--quaternary-color );
474
474
font-size : 1.5rem ;
475
475
line-height : 1.15em ;
476
476
font-weight : 500 ;
@@ -484,7 +484,7 @@ a.nav-forum {
484
484
}
485
485
486
486
.post-card-title a {
487
- color : var (--gray90 );
487
+ color : var (--primary-color );
488
488
}
489
489
490
490
.post-card-content {
@@ -579,7 +579,7 @@ a.nav-forum {
579
579
margin : 0 -5px ;
580
580
width : 34px ;
581
581
height : 34px ;
582
- border : # fff 2px solid;
582
+ border : var ( --primary-background ) 2px solid;
583
583
}
584
584
585
585
.moving-avatar {
@@ -588,7 +588,7 @@ a.nav-forum {
588
588
margin : 0 -6px ;
589
589
width : 56px ;
590
590
height : 56px ;
591
- border : # fff 2px solid;
591
+ border : var ( --primary-background ) 2px solid;
592
592
transition : all 0.5s cubic-bezier (0.4 , 0.01 , 0.165 , 0.99 ) 0.7s ;
593
593
}
594
594
@@ -610,7 +610,7 @@ a.nav-forum {
610
610
.reading-time {
611
611
flex-shrink : 0 ;
612
612
margin-left : 20px ;
613
- color : var (--gray75 );
613
+ color : var (--quaternary-color );
614
614
font-size : 1.2rem ;
615
615
line-height : 20px ;
616
616
font-weight : 500 ;
@@ -718,7 +718,7 @@ make sure this only happens on large viewports / desktop-ish devices.
718
718
.post-template .site-main ,
719
719
.page-template .site-main {
720
720
padding-bottom : 4vw ;
721
- background : # fff ;
721
+ background : var ( --primary-background ) ;
722
722
}
723
723
724
724
.post-full {
@@ -1957,8 +1957,8 @@ p:has(mjx-container.MathJax) {
1957
1957
/* ---------------------------------------------------------- */
1958
1958
1959
1959
.site-footer {
1960
- color : var (--gray85 );
1961
- background : var (--gray05 );
1960
+ color : var (--secondary-color );
1961
+ background : var (--primary-background );
1962
1962
line-height : 1.6 ;
1963
1963
padding : 40px 15px ;
1964
1964
font-size : 16px ;
@@ -1988,7 +1988,7 @@ p:has(mjx-container.MathJax) {
1988
1988
}
1989
1989
1990
1990
.site-footer a {
1991
- color : var (--gray85 );
1991
+ color : var (--secondary-color );
1992
1992
text-decoration : none;
1993
1993
padding : 2px ;
1994
1994
}
@@ -2177,7 +2177,7 @@ p.footer-donation a:hover {
2177
2177
align-items : center;
2178
2178
display : flex;
2179
2179
border : 2px solid # 0a0a23 ;
2180
- background : # eeeef0 ;
2180
+ background : var ( --secondary-background ) ;
2181
2181
color : # 0a0a23 ;
2182
2182
}
2183
2183
0 commit comments