removed unused figcaption from css

This commit is contained in:
qhri 2025-08-26 19:12:24 -04:00
parent 65434f10a9
commit 1e0b87ebf2

View file

@ -55,12 +55,12 @@ body {
margin: 0;
}
p, h1, ul, h1, h2, h3, nav, header, details, figcaption, table {
p, h1, ul, h1, h2, h3, nav, header, details, table {
color: var(--font-color);
font-family: atkinsonhyperlegible, Verdana, sans-serif;
}
p, ul, nav, code, figcaption, table {
p, ul, nav, code, table {
font-size: 22px;
}