Left Menu: Fix background color in dark mode (#996)
This commit is contained in:
parent
4bca53039a
commit
94bb38dbec
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
background: #F4F4F5;
|
background: var(--color-chat-hover);
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
font-size: 0.8125rem;
|
font-size: 0.8125rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user