Skip to content

Commit 2088c66

Browse files
Added hover effect to the navigation open button.
1 parent f60b4c8 commit 2088c66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
transition: all 0.5s;
7676
}
7777

78+
.navigation__button-open-container:hover {
79+
background-color: rgba(7, 41, 72, 0.7);
80+
}
81+
7882
.navigation__title, .navigation__subtitle, .navigation__button-close {
7983
user-select: none;
8084
-moz-user-select: none;

0 commit comments

Comments
 (0)