Open the blog

This commit is contained in:
2025-10-14 19:15:51 +02:00
commit 8a2dadcd25
139 changed files with 12534 additions and 0 deletions

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);
}
}

2378
themes/assets/css/styles.css Normal file

File diff suppressed because it is too large Load Diff