mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-15 01:20:16 +00:00
Add github style links to docs sections
This commit is contained in:
parent
ceacc1792d
commit
cc70413e05
3 changed files with 12 additions and 10 deletions
|
@ -82,16 +82,16 @@ table tr td {
|
|||
}
|
||||
|
||||
.entry-name a {
|
||||
font-weight: bold;
|
||||
color: var(--violet);
|
||||
visibility: hidden;
|
||||
font-size: 12px;
|
||||
margin-left: -7px;
|
||||
margin-right: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.entry-name a:visited {
|
||||
color: var(--violet);
|
||||
}
|
||||
|
||||
.entry-name a:hover {
|
||||
color: var(--green);
|
||||
.entry-name:hover a {
|
||||
visibility: visible;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pkg-full-name a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue