mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
settings: Make bot-settings tabs look better in dark mode.
Fixes: #9230.
This commit is contained in:
parent
e5885fa8e4
commit
330d75efb7
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user