Skip to content

Commit a662698

Browse files
committed
Add nice outline to nav menu
1 parent 9060035 commit a662698

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ body {
4848
overflow: hidden;
4949
z-index: 99;
5050
border-radius: 0 0 1em 1em;
51+
outline-style: outset;
52+
outline-color: var(--menu-active-color);
5153
}
5254

5355
.menu nav a {

0 commit comments

Comments
 (0)