summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 09:49:46 +0200
committerGitHub <noreply@github.com>2026-02-14 09:49:46 +0200
commit402db2816f24b1cf0588626d85f2ecb040c19eef (patch)
treefb7c7a7bb8a0435b54342ca63637a23731fc7b64
parent79fec02727a2e6cc403a51ace657694c0ff011c8 (diff)
downloadjournal.lunar.sh-402db2816f24b1cf0588626d85f2ecb040c19eef.tar.gz
journal.lunar.sh-402db2816f24b1cf0588626d85f2ecb040c19eef.zip
Update style.scss
-rw-r--r--style.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index a9c2709..3168dbc 100644
--- a/style.scss
+++ b/style.scss
@@ -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