Add fancy badges to docs site

This commit is contained in:
Graham Esau 2019-12-11 20:11:48 +00:00
parent 5a0800256f
commit 43ac3fddb6
2 changed files with 8 additions and 4 deletions

View file

@ -126,4 +126,8 @@ sm: 500px,
md: $content-width,
lg: $content-width + $nav-width,
xl: 1400px
);
);
.aux-nav a:not([class]), .aux-nav a:not([class]):hover {
background: none;
}