diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 09:58:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 09:58:14 +0200 |
| commit | 1633c224ae34107420c126cc68e52b2f974db8e7 (patch) | |
| tree | d5a00cbf8281b317fb4f73521b2acbbfffe656de | |
| parent | 1cfc5d0d1c5fc7bcd5dde2bff9f8487285d43a52 (diff) | |
| download | journal.lunar.sh-1633c224ae34107420c126cc68e52b2f974db8e7.tar.gz journal.lunar.sh-1633c224ae34107420c126cc68e52b2f974db8e7.zip | |
Adjust brightness filter from 80% to 70%
| -rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
