Skip to content

Commit c2c6715

Browse files
authored
Update index.html
1 parent ba59121 commit c2c6715

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

index.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,18 @@
6060
border-radius: 6px;
6161
border-width: 2px;
6262
}
63-
a.menu-entry, a.menu-entry:visited, a.menu-entry:active{
63+
a.menu-link, a.menu-link:visited, a.menu-link:active{
6464
font-size: 16px;
6565
font-weight: bold;
6666
color: #000000;
6767
}
68-
a.menu-entry:hover {
69-
color: #9c2214;
70-
text-decoration: underline;
68+
.menu-entry:hover {
7169
background-color: #E0311D;
7270
}
73-
71+
.menu-link:hover {
72+
color: #FFFFFF;
73+
text-decoration: underline;
74+
}
7475
</style>
7576
</head>
7677
<body>
@@ -80,21 +81,18 @@
8081
<td rowspan="2">
8182
<a href="https://www.sparkfun.com" target="_blank"><img src="resource/sparkfun-logo.png"></a>
8283
</td>
83-
<td></td><td></td><td></td><td></td>
84+
<td></td><td></td><td></td>
8485
</tr>
8586
<tr>
8687
<td align="center" class="menu-entry">
87-
<a href="https://www.sparkfun.com/categories" target="_blank">SHOP</a>
88-
</td>
89-
<td align="center" class="menu-entry">
90-
<a href="https://learn.sparkfun.com/" target="_blank">LEARN</a>
88+
<a class="menu-link" href="https://www.sparkfun.com/categories" target="_blank">SHOP</a>
9189
</td>
9290
<td align="center" class="menu-entry">
93-
<a href="https://www.sparkfun.com/news" target="_blank">BLOG</a>
91+
<a class="menu-link" href="https://learn.sparkfun.com/" target="_blank">LEARN</a>
9492
</td>
9593
<td align="center" class="menu-entry">
96-
<a href="https://www.sparkfun.com/services" target="_blank">SERVICES</a>
97-
</td>
94+
<a class="menu-link" href="https://www.sparkfun.com/news" target="_blank">BLOG</a>
95+
</td>
9896
</tr>
9997
</table>
10098
<hr>

0 commit comments

Comments
 (0)