:root { --primary-gradient: linear-gradient(90deg, #ED47F4 0%, #7510DB 34.21%, #3A51FF 61.89%, #439AF3 83.26%); } footer a { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; } footer a:hover { background: linear-gradient(90deg, #cc5500, #ff9900); -webkit-background-clip: text; -webkit-text-fill-color: transparent;