mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
docs: Underline link when hovering over it
In addition to the pointer, this gives some visual feedback to the user that the element is interactive. This is a very common style pattern across the web.
This commit is contained in:
parent
bddbbef32b
commit
98fa065de7
@ -8,7 +8,7 @@
|
||||
body{
|
||||
font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif;
|
||||
}
|
||||
a {
|
||||
a:not(:hover) {
|
||||
text-decoration: none;
|
||||
}
|
||||
table, th, td {
|
||||
|
Loading…
Reference in New Issue
Block a user