Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 50: | Line 50: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.hp-large-button svg { fill: #fff; height: 4em; } | .hp-large-button svg { fill: #fff; height: 4em; transition: fill 500ms; } | ||
.hp-large-button:hover { text-decoration: none; color: var(--links-cyan); } | .hp-large-button:hover { text-decoration: none; color: var(--links-cyan); } | ||
.hp-large-button:hover svg { fill: var(--links-cyan); } | .hp-large-button:hover svg { fill: var(--links-cyan); } |
Revision as of 14:18, 25 November 2022
Second version of the LINKS Community Center homepage.
Do not modify!