Skip to content

Commit 6307c05

Browse files
committed
Give paragraph links a consistent style
1 parent c9f7058 commit 6307c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html/css/ejs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ pre[data-language=javascript] {
6161

6262
p:hover a.p_ident:after, pre:hover a.c_ident:after, h2:hover a.h_ident:after, h3:hover a.h_ident:after {
6363
content: "¶";
64+
font-family: 'Cinzel', Georgia, serif;
6465
color: #888;
65-
font-size: 80%;
66+
font-size: 17px;
6667
position: absolute;
6768
right: -25px;
6869
}

0 commit comments

Comments
 (0)