diff options
| author | Dylan Müller <root@lunar.sh> | 2025-09-23 23:22:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 23:22:42 +0200 |
| commit | d3d5535873c6dca1e5d5d98a0502d504331d98ce (patch) | |
| tree | 863e66699c0ab8a2ac0901ae2cef6ccb3f2ee162 | |
| parent | 1ee1a5044744b5ab3ab2f64292502c3a5c3dfc3b (diff) | |
| download | journal.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.scss | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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%; |
