From 516ff9af69e8124a1a0b175725b6e034c600c1a8 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 1 Nov 2022 00:23:50 +0800 Subject: [PATCH] website: update style. --- scripts/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/style.css b/scripts/style.css index e857f686..e8f7d2a5 100644 --- a/scripts/style.css +++ b/scripts/style.css @@ -369,13 +369,17 @@ body.home .max-container a.home-button:visited:hover { position: relative; } .home-card a.contributing::after { - content: '待完善需要您的参与'; + color: var(--color-fg-muted); + content: '👆待完善需要您的参与'; display: block; position: absolute; font-size: 10px; - right: 5px; + left: 5px; bottom: -15px; } +.home-card a.contributing:hover:after { + color: var(--color-fg-muted); +} [data-color-mode*='light'] body .home-card a { --text-opacity: 0.75;