settings: Make bot-settings tabs look better in dark mode.

Fixes: #9230.
This commit is contained in:
Shubham Dhama 2018-04-26 15:11:01 +05:30 committed by Tim Abbott
parent e5885fa8e4
commit 330d75efb7

View File

@ -485,3 +485,10 @@ body.night-mode .ps__rail-y {
background-color: hsla(0, 0%, 0%, 0.2);
}
}
body.night-mode #bots_lists_navbar .active a {
color: #ddd;
background-color: hsl(212, 28%, 18%);
border-color: #ddd;
border-bottom-color: transparent;
}