Files
flevum/themes/assets/css/custom.css
2025-10-14 19:15:51 +02:00

32 lines
557 B
CSS

.epigraph {
text-align: right;
}
table {
border-collapse: collapse;
}
table td, table th {
padding: 0 0.25rem;
}
table th {
border-bottom: 1px var(--form-success-bg) solid;
}
table td {
border-bottom: 1px var(--form-success-text) solid;
}
@media screen and (max-width: 800px) {
.site-navigation { /* Override for hard-coded light theme style. */
background: rgba(0, 0, 0, 0.9);
}
}
@media screen and (max-width: 800px) {
.site-navigation { /* Override for hard-coded light theme style. */
background: rgba(0, 0, 0, 0.9);
}
}