#47 - Changer la couleur du burger en fonction du thème #53
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 3.25rem;
|
width: 3.25rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
color: rgba(0,0,0,.7);
|
color: var(--font-color);
|
||||||
|
|
||||||
@include respond-to("medium-up") {
|
@include respond-to("medium-up") {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue