summaryrefslogtreecommitdiff
path: root/themes/assets/css/custom.css
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-10-14 19:15:51 +0200
committerEugen Wissner <belka@caraus.de>2025-10-14 19:15:51 +0200
commit8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch)
treea982606db7fc2373994c645fa310d925dfcaac7c /themes/assets/css/custom.css
downloadflevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz
Open the blog
Diffstat (limited to 'themes/assets/css/custom.css')
-rw-r--r--themes/assets/css/custom.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/themes/assets/css/custom.css b/themes/assets/css/custom.css
new file mode 100644
index 0000000..5751615
--- /dev/null
+++ b/themes/assets/css/custom.css
@@ -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);
+ }
+}