summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 17:15:57 +0200
committerGitHub <noreply@github.com>2026-02-14 17:15:57 +0200
commit72d6d089bfc48561fee242b5f81d4e8067e86d5d (patch)
treef5194859e267fa8b39f44cdc57c0a09fab282028
parent54802c29f3474e545c71bc1eed0413cce1918a80 (diff)
downloadjournal.lunar.sh-72d6d089bfc48561fee242b5f81d4e8067e86d5d.tar.gz
journal.lunar.sh-72d6d089bfc48561fee242b5f81d4e8067e86d5d.zip
Update style.scss
-rw-r--r--style.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.scss b/style.scss
index f8ca5cd..18fc326 100644
--- a/style.scss
+++ b/style.scss
@@ -68,7 +68,7 @@ h4,
h5,
h6 {
font-family: $inter;
- color: #b7b7b7;
+ color: #d9d9d9;
font-weight: bold;
/* scroll-margin-top: 125px; */
@@ -400,15 +400,15 @@ img {
}
.date {
- color: #b7b7b7;
+ color: #d9d9d9;
}
.author {
- color: #b7b7b7;
+ color: #d9d9d9;
}
.muted {
- color: #b7b7b7;
+ color: #d9d9d9;
}
.reference {
@@ -515,7 +515,7 @@ img {
margin-top: 20px;
margin-bottom: 15px;
background: linear-gradient(to right, #211f26 45%, #171717);
- color: #b7b7b7;
+ color: #d9d9d9;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
@@ -892,7 +892,7 @@ code table tr {
text-align: left;
border-top: 1px solid #535353;
background: #211f26;
- color: #b7b7b7;
+ color: #d9d9d9;
}
.footer-content