Skip to content

Commit aa19e9f

Browse files
committed
UI: Reduce the font size of the copyright blurb text
No need to draw too much attention to it; it's not as significant as the regular page contents obviously.
1 parent 9e2e80e commit aa19e9f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ body {
3030
background-color: var(--ifm-color-primary);
3131
}
3232

33+
.footer__copyright {
34+
font-size: 0.95rem;
35+
}
36+
3337
a {
3438
padding: 5px;
3539
transition: all 0.35s ease;

0 commit comments

Comments
 (0)