Skip to content

Commit 78a4397

Browse files
committed
Make paragraph-anchor links clickable again
A previous style tweak had introduced a gap between them and their parent, causing them to disappear when you tried to mouse over them.
1 parent bfa4a05 commit 78a4397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/css/ejs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ p:hover a.p_ident:after, pre:hover a.c_ident:after, h2:hover a.h_ident:after, h3
6868
color: #888;
6969
font-size: 17px;
7070
position: absolute;
71-
right: -25px;
71+
right: -10px;
7272
}
7373

7474
@media screen and (max-width: 800px) {

0 commit comments

Comments
 (0)