mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
adjust text color for light sidebar
This commit is contained in:
parent
21635dd728
commit
7b8b4dc164
@ -48,6 +48,10 @@ body.skin-blue-light {
|
||||
}
|
||||
|
||||
body.skin-blue {
|
||||
.sidebar {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
||||
.content-wrapper, .main-footer {
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
@ -109,8 +113,6 @@ body.skin-blue {
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
color: #bbbbbb;
|
||||
|
||||
a.btn {
|
||||
color: @btn-default-color;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user