removed unused figcaption from css
This commit is contained in:
parent
65434f10a9
commit
1e0b87ebf2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue