Skip to content

Commit 9ff3057

Browse files
Update mobile-menu.css - change highlight from yellow to blue
Signed-off-by: Andrew Harmel-Law <andrew@harmel-law.com>
1 parent 602efe2 commit 9ff3057

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/assets/css/mobile-menu.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
top: 0;
131131
bottom: 0;
132132
height: 8px;
133-
background-color: rgba(253, 224, 71, 0.5); /* Yellow highlight */
133+
/* background-color: rgba(253, 224, 71, 0.5); /* Yellow highlight */ */
134+
background-color: rgba(201, 225, 253, 0.5); /* Blue highlight */
134135
z-index: -1;
135136
transform: rotate(-1deg);
136137
border-radius: 2px;
@@ -142,6 +143,7 @@
142143
/* Optional: change highlight color on hover */
143144
.post-content a:hover::after,
144145
.page-content a:hover::after {
145-
background-color: rgba(253, 224, 71, 0.7);
146+
/* background-color: rgba(253, 224, 71, 0.7); */
147+
background-color: rgba(201, 225, 253, 0.7);
146148
height: 100%;
147149
}

0 commit comments

Comments
 (0)