Update styles/website.scss
This commit is contained in:
parent
d4e9dca7d1
commit
843a4d81d5
1 changed files with 6 additions and 2 deletions
|
@ -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";
|
Loading…
Reference in a new issue