Merge pull request #4973 from mempool/natsoni/fix-dropdown-menu-color

Adapt dropdown menu color to theme
This commit is contained in:
softsimon 2024-04-15 18:02:54 +07:00 committed by GitHub
commit b54685bed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);
}