diff options
| author | Christian Cleberg <[email protected]> | 2025-04-12 17:46:33 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-12 17:46:33 -0500 |
| commit | 573352a91ba5eb01d91fd4c6f698cf0cba5f44ca (patch) | |
| tree | f80d6814fbae784a96df06555455555b1976ce82 /theme/static/styles.css | |
| parent | 76699cd7b04ec887520f63f1b5debb3c47149828 (diff) | |
| download | cleberg.net-573352a91ba5eb01d91fd4c6f698cf0cba5f44ca.tar.gz cleberg.net-573352a91ba5eb01d91fd4c6f698cf0cba5f44ca.tar.bz2 cleberg.net-573352a91ba5eb01d91fd4c6f698cf0cba5f44ca.zip | |
fix table borders
Diffstat (limited to 'theme/static/styles.css')
| -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); |
