1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

dark theme styles

This commit is contained in:
Kyle Spearrin
2018-05-30 15:21:41 -04:00
parent a0b59ab9bd
commit 829d0f22cc
11 changed files with 358 additions and 99 deletions

View File

@@ -2,6 +2,10 @@
html.os_windows {
body {
border-top: 1px solid $border-color-dark;
border-top: 1px solid #000000;
@include themify($themes) {
border-top-color: themed('borderColorDark');
}
}
}