Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Houtan Bastani
website
Commits
78a2db10
Commit
78a2db10
authored
Oct 18, 2018
by
Houtan Bastani
Browse files
override colors for navigation hamburger
parent
0318f702
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/dynare.scss
View file @
78a2db10
$color1
:
red
!
default
;
$color2
:
red
!
default
;
$color3
:
red
!
default
;
$color4
:
red
!
default
;
$color5
:
red
!
default
;
// ***********************
// OVERRIDE PARTS OF THEME
// ***********************
...
...
@@ -35,6 +42,19 @@ html {
::-moz-selection
{
background
:
$link-color
;
}
button
.greedy-nav__toggle
{
background-color
:
#fff
;
}
.navicon
{
background
:
$color3
;
}
.
navicon
:
:
before
,
.
navicon
::
after
{
background
:
$color3
!
important
;
}
// ************
// END OVERRIDE
// ************
...
...
@@ -43,11 +63,6 @@ html {
// ABOUT PAGE CSS
//***************
$color1
:
red
!
default
;
$color2
:
red
!
default
;
$color3
:
red
!
default
;
$color4
:
red
!
default
;
$color5
:
red
!
default
;
// from minimal-mistakes-jekyll-4.13.0/_sass/minimal-mistakes/_variables.scss
// the !default tag ensures we don't overwrite the value of the variable
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment