1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf(ui): standardize metadata text styles (#1295)

This commit is contained in:
Cotes Chung
2023-10-04 14:29:44 -05:00
committed by GitHub
parent 0e2d593b00
commit 2574118f40
5 changed files with 13 additions and 16 deletions

View File

@@ -132,12 +132,11 @@ kbd {
}
footer {
font-size: 0.8rem;
background-color: var(--main-bg);
height: $footer-height;
border-top: 1px solid var(--main-border-color);
@extend %text-color;
@extend %text-meta;
a {
@extend %text-highlight;
@@ -382,7 +381,7 @@ main {
}
.post-meta {
font-size: 0.85rem;
@extend %text-meta;
a {
&:not([class]):hover {

View File

@@ -123,10 +123,14 @@
}
%text-highlight {
color: inherit;
color: var(--text-muted-hightlight-color);
font-weight: 600;
}
%text-meta {
font-size: 0.85rem;
}
%sup-fn-target {
&:target {
background-color: var(--footnote-target-bg);