mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
perf(ui): standardize metadata text styles (#1295)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user