Skip to content

Commit 017aa81

Browse files
authored
Update index.html
1 parent c594ff2 commit 017aa81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,16 @@
6060
border-radius: 6px;
6161
border-width: 2px;
6262
}
63-
a.menu-entry {
63+
a.menu-entry, a.menu-entry:visited, a.menu-entry: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;
71+
background-color: #E0311D;
72+
}
6873

6974
</style>
7075
</head>

0 commit comments

Comments
 (0)