Skip to content

Commit 32d662a

Browse files
committed
Fixed typo on CSS value in grayscale.css
1 parent 74e5c06 commit 32d662a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/css/grayscale.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ a:focus {
9393
}
9494

9595
.navbar-custom .nav li.active {
96-
outline: nonte;
96+
outline: none;
9797
background-color: rgba(255,255,255,.3);
9898
}
9999

@@ -364,4 +364,4 @@ img::-moz-selection {
364364

365365
body {
366366
webkit-tap-highlight-color: rgba(255,255,255,.2);
367-
}
367+
}

0 commit comments

Comments
 (0)