mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
fix os windows top border color
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
@import "variables.scss";
|
||||
|
||||
html.os_windows {
|
||||
html.os_windows {
|
||||
body {
|
||||
border-top: 1px solid #000000;
|
||||
border-top: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
@include themify($themes) {
|
||||
border-top-color: themed('borderColorDark');
|
||||
}
|
||||
&.theme_dark body {
|
||||
border-top-color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user