web: fix borders of sidebars in dark mode
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
2ee48cd039
commit
4bdc06865b
|
@ -338,6 +338,7 @@ html > form > input {
|
|||
.pf-c-notification-drawer__list-item {
|
||||
background-color: var(--ak-dark-background-light-ish);
|
||||
color: var(--ak-dark-foreground);
|
||||
--pf-c-notification-drawer__list-item--BorderBottomColor: var(--ak-dark-background-lighter) !important;
|
||||
}
|
||||
/* data list */
|
||||
.pf-c-data-list__item {
|
||||
|
|
Reference in New Issue