Skip to content

Commit a9aa5c1

Browse files
<497> Add anchors to main sections
1 parent c93c447 commit a9aa5c1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

assets/stylesheets/_screen.scss

+15
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,21 @@ cite {
177177
}
178178
}
179179

180+
h2.with-anchor {
181+
&:hover {
182+
a {
183+
display: inline-block;
184+
}
185+
}
186+
187+
a {
188+
color: var(--color-text);
189+
display: none;
190+
margin-left: .2em;
191+
text-decoration: none;
192+
}
193+
}
194+
180195
#logo {
181196
margin-bottom: 0;
182197

0 commit comments

Comments
 (0)