Skip to content

Commit d0bd5dc

Browse files
fix(frontend): only use monospace for time inside a footer
1 parent 299cce6 commit d0bd5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/styles/base/text.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sup {
5454
inset-block-start: -0.5em;
5555
}
5656

57-
time {
57+
footer time {
5858
font-family: var(--font-family-monospace);
5959
letter-spacing: -0.025em;
6060
word-spacing: -0.25em;

0 commit comments

Comments
 (0)