mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Highlight current :target entry name (#7299)
Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
This commit is contained in:
parent
e819c954d3
commit
a3762f60ad
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ table tr td {
|
|||
border-left: 2px solid var(--violet);
|
||||
}
|
||||
|
||||
.entry-name:target {
|
||||
background-color: var(--violet-bg);
|
||||
}
|
||||
|
||||
.entry-name a {
|
||||
visibility: hidden;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue