1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

dark theme tweaks

This commit is contained in:
Kyle Spearrin
2018-05-30 15:44:16 -04:00
parent f20838c17e
commit 8fcecd13da
2 changed files with 4 additions and 2 deletions

View File

@@ -234,7 +234,7 @@
@include themify($themes) {
background-color: themed('headerBackgroundColor');
border-bottom-color: darken(themed('headerBackgroundColor'), 7%);
border-bottom-color: themed('headerBorderColor');
}
&.header-search {