A fast, local-first "redirection engine" for !bang users with a few extra features ^-^

chore: make footer links distinguishable

Changed files
+6
src
+6
src/global.css
···
a:hover {
color: var(--text-color-hover);
}
+
footer a {
+
color: var(--text-color) !important;
+
}
+
footer a:hover {
+
color: var(--text-color-hover) !important;
+
}
button {
font: inherit;