Skip to content

Commit c59a9bc

Browse files
committed
style: Use red for anchor.js
1 parent 9f810b1 commit c59a9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_sass/railsdoc.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ code {
243243
}
244244

245245
.anchorjs-link {
246-
color: #AAAAAA;
246+
color: $red;
247247

248248
&:hover {
249-
color: $red;
249+
color: #ee0000;
250250
text-decoration: none;
251251
}
252252
}

0 commit comments

Comments
 (0)