Skip to content

Commit c535feb

Browse files
isaaccloosseanmonstar
authored andcommitted
style(site): set darker category header (#3216)
Previously, when hovering over the guide, the headers would 'blink'. By fixing the color, the guide headers will hopefully appear as static text rather than links.
1 parent af68417 commit c535feb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

css/main.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,10 @@ pre code {
142142
}
143143

144144
.hyper-sidebar .guide-topic-title {
145-
color: #999;
145+
color: #6b7280;
146146
font-size: 1.1rem;
147147
}
148148

149-
.hyper-sidebar .guide-topic:hover .guide-topic-title {
150-
color: #333;
151-
}
152-
153149
.hyper-sidebar .nav {
154150
display: block;
155151
margin-bottom: 2rem;

0 commit comments

Comments
 (0)