add caption class

This commit is contained in:
Joe Ardent 2023-06-24 16:49:59 -07:00
parent 5dcbd3243d
commit 741fa33d7d
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
background-color: var(--primary-color);
}
.caption {
font-size: 0.5em;
font-style: italic;
text-align: center;
}
::-moz-selection {
background: var(--primary-color);
color: var(--hover-color);