summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 23:32:08 +0200
committerGitHub <noreply@github.com>2026-02-14 23:32:08 +0200
commit3c0a88105a62e890ff8ae5b93190179ac49deae4 (patch)
tree2bdb77efdfaf906e5db8ddf425ee31c96092adbc
parentb34261a8236e0c6148da86c28909a5da66a2cb4b (diff)
downloadjournal.lunar.sh-3c0a88105a62e890ff8ae5b93190179ac49deae4.tar.gz
journal.lunar.sh-3c0a88105a62e890ff8ae5b93190179ac49deae4.zip
Update style.scss
-rw-r--r--style.scss10
1 files changed, 1 insertions, 9 deletions
diff --git a/style.scss b/style.scss
index 5a52593..4759a32 100644
--- a/style.scss
+++ b/style.scss
@@ -473,15 +473,7 @@ img {
font-family: "JetBrains Mono";
font-size: 13px;
user-select: none;
- background: linear-gradient(
- 90deg,
- #994466, /* dark magenta */
- #7766aa, /* deep lavender */
- #336688, /* steel blue */
- #3a506b, /* muted slate */
- #4433aa, /* dark indigo */
- #994466 /* back to magenta */
- );
+ background: linear-gradient(90deg, #b35077, #8e62b7, #3ea99f, #3a7ca3, #9f58c1, #b9577e);
background-size: 300%;
background-clip: text;
-webkit-background-clip: text;