Adapt dropdown menu color to theme

This commit is contained in:
natsoni 2024-04-15 12:35:15 +02:00
parent d1e382ddf7
commit 9032d5ac11
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -1251,3 +1251,15 @@ app-global-footer {
color: rgba(255, 255, 255, 0.4);
margin-left: 5px;
}
.dropdown-menu {
background-color: var(--bg);
.dropdown-item:hover {
background-color: var(--active-bg);
}
}
.btn-secondary {
background-color: var(--secondary);
border-color: var(--secondary);
}