Optimized font colors.
This commit is contained in:
parent
112091cbf6
commit
544f72efff
4 changed files with 3 additions and 8 deletions
|
@ -493,8 +493,7 @@ footer {
|
|||
}
|
||||
}
|
||||
a {
|
||||
@include semi-bold;
|
||||
color: var(---footer-link);
|
||||
color: var(--footer-link);
|
||||
&:link {
|
||||
@include no-text-decoration;
|
||||
}
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
--timeline-year-dot-color: var(--timeline-color);
|
||||
|
||||
/* Footer */
|
||||
---footer-link: rgb(146, 146, 146);
|
||||
--footer-link: rgb(171 171 171);
|
||||
|
||||
.post-content img {
|
||||
filter: brightness(90%);
|
||||
|
|
|
@ -120,5 +120,5 @@
|
|||
|
||||
--footnote-target-bg: lightcyan;
|
||||
|
||||
---footer-link: inherit;
|
||||
--footer-link: #424242;
|
||||
}
|
||||
|
|
|
@ -27,10 +27,6 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
|
|||
border-color: var(--btn-border-color);
|
||||
}
|
||||
|
||||
.author {
|
||||
@include semi-bold;
|
||||
}
|
||||
|
||||
.post {
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue