Skip to content

Commit 4515f21

Browse files
committed
Tweak style for top navigation bar
Make sure the presentations tab is clickable when watching talks
1 parent 1367e42 commit 4515f21

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: style.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -235,23 +235,22 @@ a.ref {
235235
width: 100%;
236236
}
237237

238-
.menu a:hover {
239-
background: #111;
240-
color: #fff;
241-
}
242-
243238
.menu a:active {
244239
opacity: .75;
245240
}
246241

247242
.menu a.active-tab {
248243
background: #fff;
249244
font-weight: bold;
250-
pointer-events: none;
251245
border-top: solid thin #005a9c;
252246
border-bottom: solid thin #005a9c;
253247
}
254248

249+
.menu a:link:hover {
250+
background: #111;
251+
color: #fff;
252+
}
253+
255254
ul {
256255
list-style: square;
257256
margin-left: 0;

0 commit comments

Comments
 (0)