mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Merge pull request #393 from turtle-key/fix/light-mode-dropdown-text
Fix: Dropdown menu and text not visible in light mode (#377)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
:root {
|
||||
--text-color: #222;
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
--text-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.filter .options-container {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
|
||||
Reference in New Issue
Block a user