aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-12 17:46:33 -0500
committerChristian Cleberg <hello@cleberg.net>2025-04-12 17:46:33 -0500
commitd7babc5e8dedfa24ffb7755a1ff16351a8f23725 (patch)
treef80d6814fbae784a96df06555455555b1976ce82 /theme
parent1819df2f036c794165751debd8ba2a308163675c (diff)
downloadcleberg.net-d7babc5e8dedfa24ffb7755a1ff16351a8f23725.tar.gz
cleberg.net-d7babc5e8dedfa24ffb7755a1ff16351a8f23725.tar.bz2
cleberg.net-d7babc5e8dedfa24ffb7755a1ff16351a8f23725.zip
fix table borders
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index c380686..f296c7d 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -380,6 +380,7 @@ img {
}
table {
+ border: 1px solid var(--border);
border-collapse: collapse;
color: var(--fg);
border-color: var(--bg-bright);