Skip to content

Commit f719cfd

Browse files
committed
Merge pull request jeromelachaud#3 from arielkirkwood/patch-1
Fixed typo on CSS value in grayscale.css
2 parents b1b43ff + 32d662a commit f719cfd

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)