Fix typo.

This commit is contained in:
Martin Taillefer 2017-04-20 12:35:33 -07:00
parent b75349adb6
commit 65b399d3e3
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
// Add caret to current page
.current:before{
content: '> '
content: '> ';
background-color: $gray;
}