mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
mac top toolbar looks better with a slightly whiter border
This commit is contained in:
parent
b76f153ffd
commit
cb7a483d32
1 changed files with 5 additions and 1 deletions
|
@ -46,3 +46,7 @@ body {
|
||||||
border-bottom-color: vars.$night-faint-border;
|
border-bottom-color: vars.$night-faint-border;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.isMac.nightMode #header {
|
||||||
|
border-bottom-color: vars.$night-frame-bg;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue