summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-10-17 22:46:30 +0200
committerGitHub <noreply@github.com>2025-10-17 22:46:30 +0200
commit056c8573f848970e6bd5a07f24833bad2ef619e2 (patch)
tree630e596e21eb683ce50b2a6575783cbf3f19d575
parent56029095e6179943097f0736b2deddf2eea08dff (diff)
downloadjournal.lunar.sh-056c8573f848970e6bd5a07f24833bad2ef619e2.tar.gz
journal.lunar.sh-056c8573f848970e6bd5a07f24833bad2ef619e2.zip
Update style.scss
-rw-r--r--style.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.scss b/style.scss
index bd73831..20d8edc 100644
--- a/style.scss
+++ b/style.scss
@@ -91,10 +91,10 @@ h1 {
h1, h2, h3, h4 {
padding-left: 5px;
border-radius: 0;
- background: linear-gradient(to right, #d7dadb 45%, #efefef);
+ background: linear-gradient(to right, #d5d5d5 45%, #efefef);
@include mobile {
- background: #d7dadb;
+ background: #d5d5d5;
}
}
@@ -620,7 +620,7 @@ img {
}
table {
- background: #d7dadb;
+ background: #d5d5d5;
padding: 5px;
display: block;
width: max-content;
@@ -647,7 +647,7 @@ table tr th {
text-align: left;
margin: 0;
padding: 2px 6px;
- background: #d7dadb;
+ background: #d5d5d5;
}
.info table tr th