Skip to content

Commit

Permalink
Fix menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN committed Nov 21, 2024
1 parent ed22727 commit 4b10db7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/main/_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,13 @@ body {
.main-nav ul li a:hover {
color: #fff;
background: #c7360d;
border-right-color: #c7360d;
}

.main-nav ul li.active a {
text-shadow: 2px 2px 2px 1px #666;
background: #05a;
border-right-color: #05a;
color: #fff;
}

Expand Down Expand Up @@ -447,11 +449,13 @@ body {
.main-nav ul li a:hover {
color: #fff;
background: #c7360d;
border-right-color: #c7360d;
}

.main-nav ul li.active a {
text-shadow: 2px 2px 2px 1px #666;
background: #05a;
border-right-color: #05a;
color: #fff;
}

Expand Down

0 comments on commit 4b10db7

Please sign in to comment.