mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
launch: link color unsetting agnostically
This commit is contained in:
parent
2f3d681975
commit
660cabf074
@ -13,6 +13,10 @@ p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
|
|||||||
font-family: Inter, sans-serif;
|
font-family: Inter, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:any-link {
|
||||||
|
color: unset;
|
||||||
|
}
|
||||||
|
|
||||||
a:-webkit-any-link {
|
a:-webkit-any-link {
|
||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user