We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4911de0 commit 780bbcaCopy full SHA for 780bbca
_includes/header-pt.html
@@ -22,23 +22,24 @@
22
display: inline-block;
23
}
24
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
- }
+.menu-item {
+ display: block;
+ padding: 10px 20px;
+ text-decoration: none;
+ background: white;
+ border-radius: 6px;
+ color: #77C478;
+ font-weight: bold;
+ transition: 0.3s;
+}
35
36
- .menu-item:hover {
37
- background: #dce9f9;
38
+.menu-item:hover {
+ background: #77C478;
+ color: white;
39
40
41
.menu-item.active {
- background: #004080;
42
43
color: white;
44
45
0 commit comments