Skip to content

Commit

Permalink
fix(frontend): only use monospace for time inside a footer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 22, 2024
1 parent 299cce6 commit d0bd5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/styles/base/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sup {
inset-block-start: -0.5em;
}

time {
footer time {
font-family: var(--font-family-monospace);
letter-spacing: -0.025em;
word-spacing: -0.25em;
Expand Down

0 comments on commit d0bd5dc

Please sign in to comment.