add caption class
This commit is contained in:
parent
5dcbd3243d
commit
741fa33d7d
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.caption {
|
||||||
|
font-size: 0.5em;
|
||||||
|
font-style: italic;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
color: var(--hover-color);
|
color: var(--hover-color);
|
||||||
|
|
Loading…
Reference in a new issue