From a875e9d0ebc06440bb1084b5335b4d9d4ad77a2e Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 16 Apr 2025 10:05:39 +0200 Subject: [PATCH] fix: WebKit variable font transition issue on index page --- public/assets/css/pages/index.css | 2 +- public/assets/css/shell.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/assets/css/pages/index.css b/public/assets/css/pages/index.css index eb3f071..da152ec 100644 --- a/public/assets/css/pages/index.css +++ b/public/assets/css/pages/index.css @@ -38,7 +38,7 @@ vv-shell img { padding: unset; text-align: right; font-size: clamp(20px, 8vh, 60px); - font-weight: 900; + font-weight: bold; line-height: clamp(20px, 8vh, 60px); color: var(--color-accent); } diff --git a/public/assets/css/shell.css b/public/assets/css/shell.css index 3f521a2..6743c94 100644 --- a/public/assets/css/shell.css +++ b/public/assets/css/shell.css @@ -286,6 +286,10 @@ header searchbox input { border: none; } +header searchbox input::placeholder { + color: rgba(0, 0, 0, .5); +} + /* #### Active */ header.searchboxActive > * {