We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1367e42 commit 4515f21Copy full SHA for 4515f21
style.css
@@ -235,23 +235,22 @@ a.ref {
235
width: 100%;
236
}
237
238
-.menu a:hover {
239
- background: #111;
240
- color: #fff;
241
-}
242
-
243
.menu a:active {
244
opacity: .75;
245
246
247
.menu a.active-tab {
248
background: #fff;
249
font-weight: bold;
250
- pointer-events: none;
251
border-top: solid thin #005a9c;
252
border-bottom: solid thin #005a9c;
253
254
+.menu a:link:hover {
+ background: #111;
+ color: #fff;
+}
+
255
ul {
256
list-style: square;
257
margin-left: 0;
0 commit comments