mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
16 lines
334 B
CSS
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;
|
|
}
|