launch: link color unsetting agnostically

This commit is contained in:
Matilde Park 2020-03-30 15:57:09 -04:00
parent 2f3d681975
commit 660cabf074

View File

@ -13,6 +13,10 @@ p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
font-family: Inter, sans-serif;
}
a:any-link {
color: unset;
}
a:-webkit-any-link {
color: unset;
}