Skip to content

Commit 7b3baf8

Browse files
authored
Additional style for exact package name highlights. (#8573)
1 parent ce429ab commit 7b3baf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/web_css/lib/src/_list.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
}
4848

4949
.listing-highlight-block {
50-
margin: 8px 0px;
50+
border-left: 0.25em solid var(--pub-markdown-alert-note);
51+
padding: .5rem 1rem;
52+
margin: 4px 0px;
5153
}
5254

5355
.sort-control {

0 commit comments

Comments
 (0)