Move themes files into the root directory

This commit is contained in:
2025-11-05 09:33:23 +01:00
parent 80e0fe22d2
commit 86f7a15a28
137 changed files with 32 additions and 31 deletions

31
assets/css/custom.css Normal file
View File

@@ -0,0 +1,31 @@
.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);
}
}