diff --git a/css/index.css b/css/index.css index 8bf1c19..3e086f3 100644 --- a/css/index.css +++ b/css/index.css @@ -284,18 +284,20 @@ margin-bottom: 0; display: inline-block; width: auto; + position: relative; background: linear-gradient(120deg, - rgba(255, 255, 255, 0.3) 0%, - rgba(255, 255, 255, 0.3) 40%, + rgba(230, 230, 230, 1) 0%, + rgba(230, 230, 230, 1) 40%, rgba(255, 255, 255, 1) 50%, - rgba(255, 255, 255, 0.3) 60%, - rgba(255, 255, 255, 0.3) 100% + rgba(230, 230, 230, 1) 60%, + rgba(230, 230, 230, 1) 100% ); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 6s linear infinite; + filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3)); } @keyframes shine {