Update styles/website.scss

This commit is contained in:
Dorian Zedler 2018-12-13 16:53:25 +01:00
parent d4e9dca7d1
commit 843a4d81d5
1 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,6 @@ $sidebar-background : #555;
$sidebar-color : white;
$color-primary : #128bee;
$color-button : white;
$sidebar-logo-map : (
background: white,
border-bottom: 1px solid #1694CA
@ -16,4 +14,10 @@ $search-input-wrapper-map : (
background: #1694CA,
border-bottom: 1px solid #1694CA
);
// Sidebar link styling
$sidebar-link-map : (
color: white,
font-family: $font-family-base
) !default;
@import "all";