mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +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;
|
||||
}
|
||||
|
||||
a:any-link {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
a:-webkit-any-link {
|
||||
color: unset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user