diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 09:49:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 09:49:46 +0200 |
| commit | 402db2816f24b1cf0588626d85f2ecb040c19eef (patch) | |
| tree | fb7c7a7bb8a0435b54342ca63637a23731fc7b64 | |
| parent | 79fec02727a2e6cc403a51ace657694c0ff011c8 (diff) | |
| download | journal.lunar.sh-402db2816f24b1cf0588626d85f2ecb040c19eef.tar.gz journal.lunar.sh-402db2816f24b1cf0588626d85f2ecb040c19eef.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -623,12 +623,13 @@ img { } table { - background: #d5d5d5; + background: #211f26; padding: 5px; display: block; width: max-content; max-width: 100%; overflow: auto; + border: 1px solid #535353; } table tr { @@ -650,7 +651,7 @@ table tr th { text-align: left; margin: 0; padding: 2px 6px; - background: #d5d5d5; + background: #211f26; } .info table tr th |
