Skip to content

Commit 8047b8b

Browse files
Optimized view code for links on the website.
1 parent baef501 commit 8047b8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/CSS/mainmenu.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ body {
88
.maintenance {
99
color: var(--lx-web-plato-color);
1010
}
11-
.home:link, .home:visited, .home:active {
11+
.home:link, .home:visited, .home:active, .home:hover {
1212
color: var(--lx-web-plato-color);
1313
text-decoration: none;
1414

1515
}
1616
.home:hover {
1717
color: var(--lx-web-link-hover);
18-
text-decoration: none;
1918
}
2019
@media screen and (width: 240px) {
2120
body {

0 commit comments

Comments
 (0)