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:
Echo
2025-07-01 23:20:29 -04:00
committed by GitHub

View File

@@ -1,3 +1,11 @@
:root {
--text-color: #222;
}
.dark-mode {
--text-color: #f5f5f5;
}
.filter .options-container {
position: absolute;
top: 100%;