Files

16 lines
334 B
CSS

/* ============================================================
LINKS — Global link styles.
Root: element selector (a)
============================================================ */
a {
color: inherit;
text-decoration: none;
font-weight: 400;
}
a:hover {
color: var(--accent-primary);
text-decoration: none;
}