Skip to content

Commit d643e88

Browse files
committed
Improve styles of the NavBar
1 parent a57eca2 commit d643e88

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@
1919
list-style-type: none;
2020
margin: 0;
2121
padding: 0;
22+
font-family: Optima, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
2223
overflow: hidden;
23-
background-color: #C1C1C1;
24+
background-color: #144023;
2425
}
2526

2627
.navbar span {
2728
float: left;
29+
color: white;
30+
font-family: Optima, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
2831
}
2932

3033
li a, .dropbtn {
@@ -36,7 +39,7 @@
3639
}
3740

3841
li a:hover, .dropdown:hover .dropbtn {
39-
background-color: red;
42+
background-color: #267a43;
4043
}
4144

4245
li.dropdown {
@@ -101,7 +104,7 @@
101104
<body>
102105

103106
<div class="navbar">
104-
<span>Sequence Annotations</span>
107+
<span><a href="javascript:void(0)" class="dropbtn">Sequence Annotations</a></span>
105108
<span class="dropdown">
106109
<a href="javascript:void(0)" class="dropbtn">File</a>
107110
<div class="dropdown-content">

0 commit comments

Comments
 (0)