From 0f0b7313bbdf3ff92b4eb9c9000827c9893ffe39 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 14 Oct 2025 19:15:53 +0800 Subject: [PATCH] fix: styles --- src/libs/style.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/libs/style.js b/src/libs/style.js index 9c32204..156b414 100644 --- a/src/libs/style.js +++ b/src/libs/style.js @@ -45,11 +45,9 @@ const glow = keyframes` 0 0 40px #ff4da6, 0 0 50px #ff4da6; } -` +`; const genLineStyle = (style, color) => ` - opacity: 0.8; - -webkit-opacity: 0.8; text-decoration-line: underline; text-decoration-style: ${style}; text-decoration-color: ${color}; @@ -60,10 +58,13 @@ const genLineStyle = (style, color) => ` -webkit-text-decoration-color: ${color}; -webkit-text-decoration-thickness: 2px; -webkit-text-underline-offset: 0.3em; + + /* opacity: 0.8; + -webkit-opacity: 0.8; &:hover { opacity: 1; -webkit-opacity: 1; - } + } */ `; const genStyles = ({