Skip to content

Commit 544f72e

Browse files
committed
Optimized font colors.
1 parent 112091c commit 544f72e

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

assets/css/_addon/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,7 @@ footer {
493493
}
494494
}
495495
a {
496-
@include semi-bold;
497-
color: var(---footer-link);
496+
color: var(--footer-link);
498497
&:link {
499498
@include no-text-decoration;
500499
}

assets/css/_colors/dark-typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
--timeline-year-dot-color: var(--timeline-color);
8585

8686
/* Footer */
87-
---footer-link: rgb(146, 146, 146);
87+
--footer-link: rgb(171 171 171);
8888

8989
.post-content img {
9090
filter: brightness(90%);

assets/css/_colors/light-typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120

121121
--footnote-target-bg: lightcyan;
122122

123-
---footer-link: inherit;
123+
--footer-link: #424242;
124124
}

assets/css/post.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
2727
border-color: var(--btn-border-color);
2828
}
2929

30-
.author {
31-
@include semi-bold;
32-
}
33-
3430
.post {
3531
img {
3632
max-width: 100%;

0 commit comments

Comments
 (0)