Skip to content

Commit 27f956d

Browse files
committed
Add missing comment-link styles to header
1 parent 3c3e781 commit 27f956d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

www/_partials/header.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@
8686
margin-left: 2em;
8787
}
8888

89+
.comment-link {
90+
display: none;
91+
}
92+
.comment:hover .comment-link {
93+
display: inline;
94+
}
95+
8996
div.proposal {
9097
padding: 15px;
9198
margin: 20px 0px 20px 0px;

0 commit comments

Comments
 (0)