File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 60
60
border-radius : 6px ;
61
61
border-width : 2px ;
62
62
}
63
- a .menu-entry , a .menu-entry : visited , a .menu-entry : active {
63
+ a .menu-link , a .menu-link : visited , a .menu-link : active {
64
64
font-size : 16px ;
65
65
font-weight : bold;
66
66
color : # 000000 ;
67
67
}
68
- a .menu-entry : hover {
69
- color : # 9c2214 ;
70
- text-decoration : underline;
68
+ .menu-entry : hover {
71
69
background-color : # E0311D ;
72
70
}
73
-
71
+ .menu-link : hover {
72
+ color : # FFFFFF ;
73
+ text-decoration : underline;
74
+ }
74
75
</ style >
75
76
</ head >
76
77
< body >
80
81
< td rowspan ="2 ">
81
82
< a href ="https://www.sparkfun.com " target ="_blank "> < img src ="resource/sparkfun-logo.png "> </ a >
82
83
</ td >
83
- < td > </ td > < td > </ td > < td > </ td > < td > </ td >
84
+ < td > </ td > < td > </ td > < td > </ td >
84
85
</ tr >
85
86
< tr >
86
87
< 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 >
91
89
</ td >
92
90
< 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 >
94
92
</ td >
95
93
< 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 >
98
96
</ tr >
99
97
</ table >
100
98
< hr >
You can’t perform that action at this time.
0 commit comments