chore: make footer links distinguishable
Kieran Klukas 9 months ago 959e9046 88dfee76
··· 95 95 a:hover { 96 96 color: var(--text-color-hover); 97 97 } 98 98 + footer a { 99 99 + color: var(--text-color) !important; 100 100 + } 101 101 + footer a:hover { 102 102 + color: var(--text-color-hover) !important; 103 103 + } 98 104 99 105 button { 100 106 font: inherit;