mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
border color
This commit is contained in:
@@ -277,7 +277,7 @@ header {
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed('tabBackgroundColor');
|
||||
border-top-color: themed('borderColorDark');
|
||||
border-top-color: themed('borderColor');
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed('boxBackgroundColor');
|
||||
border-color: themed('borderColorDark');
|
||||
border-color: themed('borderColor');
|
||||
}
|
||||
|
||||
&.box-content-padded {
|
||||
|
||||
@@ -39,7 +39,7 @@ $button-color-danger: darken($brand-danger, 10%);
|
||||
$themes: (
|
||||
light: (
|
||||
textColor: $text-color,
|
||||
borderColorDark: $border-color-dark,
|
||||
borderColor: $border-color-dark,
|
||||
backgroundColor: $background-color,
|
||||
backgroundColorAlt: #ffffff,
|
||||
scrollbarColor: rgba(100,100,100,.2),
|
||||
@@ -83,7 +83,7 @@ $themes: (
|
||||
),
|
||||
dark: (
|
||||
textColor: #ffffff,
|
||||
borderColorDark: #111111,
|
||||
borderColor: #111111,
|
||||
backgroundColor: #222222,
|
||||
backgroundColorAlt: #3d3d3d,
|
||||
scrollbarColor: #4d4d4d,
|
||||
|
||||
Reference in New Issue
Block a user