Invert menu burger button in dark mode
This commit is contained in:
parent
c52800bc92
commit
67c185097c
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ time[title] {
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
@include color-mode(dark) {
|
||||
#menu-icon {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
height: $headerHeight;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue