diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 22:14:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 22:14:16 +0200 |
| commit | b34261a8236e0c6148da86c28909a5da66a2cb4b (patch) | |
| tree | 0764b6c452848a86ed331202427cb0b99fa7d4d5 | |
| parent | b085f37315866f3349050ca30f27eaebf78cd1a5 (diff) | |
| download | journal.lunar.sh-b34261a8236e0c6148da86c28909a5da66a2cb4b.tar.gz journal.lunar.sh-b34261a8236e0c6148da86c28909a5da66a2cb4b.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -485,8 +485,8 @@ img { background-size: 300%; background-clip: text; -webkit-background-clip: text; - /* color: transparent; */ - /* -webkit-text-fill-color: transparent; */ + color: transparent; + -webkit-text-fill-color: transparent; animation: asciiFlow 5s linear infinite; @include mobile { |
