summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 09:58:14 +0200
committerGitHub <noreply@github.com>2026-02-14 09:58:14 +0200
commit1633c224ae34107420c126cc68e52b2f974db8e7 (patch)
treed5a00cbf8281b317fb4f73521b2acbbfffe656de
parent1cfc5d0d1c5fc7bcd5dde2bff9f8487285d43a52 (diff)
downloadjournal.lunar.sh-1633c224ae34107420c126cc68e52b2f974db8e7.tar.gz
journal.lunar.sh-1633c224ae34107420c126cc68e52b2f974db8e7.zip
Adjust brightness filter from 80% to 70%
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 1ac0c7c..d0b2d10 100644
--- a/style.scss
+++ b/style.scss
@@ -362,7 +362,7 @@ img {
margin-top: 15px;
user-select: none;
border-radius: 0px;
- filter: brightness(80%);
+ filter: brightness(70%);
/* mix-blend-mode: multiply; */
@include mobile {