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

@@ -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);