mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
autodoc: style links in source code
This commit is contained in:
parent
0e8f130aed
commit
fda087ed81
@ -36,6 +36,11 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
pre a {
|
||||
text-decoration: underline;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user