diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-12 17:46:33 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-12 17:46:33 -0500 |
commit | d7babc5e8dedfa24ffb7755a1ff16351a8f23725 (patch) | |
tree | f80d6814fbae784a96df06555455555b1976ce82 /theme/static | |
parent | 1819df2f036c794165751debd8ba2a308163675c (diff) | |
download | cleberg.net-d7babc5e8dedfa24ffb7755a1ff16351a8f23725.tar.gz cleberg.net-d7babc5e8dedfa24ffb7755a1ff16351a8f23725.tar.bz2 cleberg.net-d7babc5e8dedfa24ffb7755a1ff16351a8f23725.zip |
fix table borders
Diffstat (limited to 'theme/static')
-rw-r--r-- | theme/static/styles.css | 1 |
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); |