Skip to content

Commit

Permalink
feat: Add .caption class styles, adjust font size and color, and opti…
Browse files Browse the repository at this point in the history
…mize text alignment
  • Loading branch information
ywh555hhh authored and Plucky923 committed Feb 10, 2025
1 parent 6345c7c commit cc00e17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
:root {
--md-primary-fg-color: #6AB2F2;
}

.caption {
font-size: 0.94em;
color: gray;
margin-top: -10px;
text-align: center;
}

0 comments on commit cc00e17

Please sign in to comment.