Skip to content

Commit 780bbca

Browse files
Update header-pt.html
1 parent 4911de0 commit 780bbca

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

_includes/header-pt.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,24 @@
2222
display: inline-block;
2323
}
2424

25-
.menu-item {
26-
display: block;
27-
padding: 10px 20px;
28-
text-decoration: none;
29-
background: white;
30-
border-radius: 6px;
31-
color: #77C478;
32-
font-weight: bold;
33-
transition: 0.3s;
34-
}
25+
.menu-item {
26+
display: block;
27+
padding: 10px 20px;
28+
text-decoration: none;
29+
background: white;
30+
border-radius: 6px;
31+
color: #77C478;
32+
font-weight: bold;
33+
transition: 0.3s;
34+
}
3535

36-
.menu-item:hover {
37-
background: #dce9f9;
38-
}
36+
.menu-item:hover {
37+
background: #77C478;
38+
color: white;
39+
}
3940

4041
.menu-item.active {
41-
background: #004080;
42+
background: #77C478;
4243
color: white;
4344
}
4445

0 commit comments

Comments
 (0)