This commit is contained in:
JenniferW 2025-03-07 14:14:18 +08:00
parent 0e757e0c9d
commit 481f95337f
6 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -301,6 +301,7 @@ export default {
font-size: 36px;
font-weight: bold;
background: linear-gradient(to top, #4a90e2, #ffffff);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
// text-shadow: 0 0 10px rgba(74, 144, 226, 0.3);
@ -384,6 +385,7 @@ export default {
i {
transform: scale(1.1) translateY(-2px);
background: linear-gradient(135deg, #4a90e2, #36d1dc);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 2px 4px rgba(74, 144, 226, 0.2));
@ -436,6 +438,7 @@ export default {
font-weight: bold;
transition: all 0.3s ease;
background: linear-gradient(135deg, #4a90e2, #36d1dc);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;