🔧 fix nav rounding issue

This commit is contained in:
Joshua Seigler 2017-02-14 12:16:36 -05:00
parent 3a8536bfdd
commit d81c9ff249
3 changed files with 3 additions and 1 deletions

View file

@ -61,6 +61,7 @@ header nav a.active {
color: white;
background-color: #20282a;
outline: none;
box-shadow: 0 0 0 1px #20282a;
}
header nav a:before {
content: '[';

File diff suppressed because one or more lines are too long

View file

@ -52,6 +52,7 @@ header {
color: @color-text;
background-color: #20282a;
outline: none;
box-shadow: 0 0 0 1px #20282a;
}
&:before {
content: '[';