restore unused generic css

This commit is contained in:
2026-02-12 09:15:11 -06:00
parent e66b675979
commit 5e2acb3ae9

View File

@@ -126,6 +126,10 @@ p, li, span {
font-size: 1rem; font-size: 1rem;
} }
strong {
color: #ecebeb;
}
span { span {
font-size: .8rem; font-size: .8rem;
} }
@@ -449,6 +453,11 @@ tr {
margin-bottom: 5px; margin-bottom: 5px;
} }
.relative {
position: relative;
}
.bgi { .bgi {
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;