summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-09-23 23:22:42 +0200
committerGitHub <noreply@github.com>2025-09-23 23:22:42 +0200
commitd3d5535873c6dca1e5d5d98a0502d504331d98ce (patch)
tree863e66699c0ab8a2ac0901ae2cef6ccb3f2ee162
parent1ee1a5044744b5ab3ab2f64292502c3a5c3dfc3b (diff)
downloadjournal.lunar.sh-d3d5535873c6dca1e5d5d98a0502d504331d98ce.tar.gz
journal.lunar.sh-d3d5535873c6dca1e5d5d98a0502d504331d98ce.zip
Remove blend mode and image rendering styles
Removed mix-blend-mode and image-rendering properties.
-rw-r--r--style.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index a6a452f..ebf8e9b 100644
--- a/style.scss
+++ b/style.scss
@@ -348,8 +348,6 @@ img {
margin-bottom: 15px;
margin-top: 15px;
user-select: none;
- mix-blend-mode: multiply;
- image-rendering: pixelated;
@include mobile {
height: 100%;