mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Mark :target entry using border
Commita3762f60ad
marked the current (:target) entry using background color. But then11e736f3e8
set the background color for all entries. Thus we need another way to highlight the entry pointed at by the URL fragment. Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
This commit is contained in:
parent
a089cf2487
commit
1c83ce4d8d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ table tr td {
|
|||
}
|
||||
|
||||
.entry-name:target {
|
||||
background-color: var(--violet-bg);
|
||||
border: 4px solid var(--violet);
|
||||
}
|
||||
|
||||
.entry-name a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue