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;
}
strong {
color: #ecebeb;
}
span {
font-size: .8rem;
}
@@ -449,6 +453,11 @@ tr {
margin-bottom: 5px;
}
.relative {
position: relative;
}
.bgi {
background-size: contain;
background-repeat: no-repeat;