This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ========================================= | |
| 1. VARIABLES (STRICTLY SCOPED TO DARK THEME) | |
| Overrides text colors and backgrounds for Dark mode only | |
| ========================================= */ | |
| html.theme_moon_dark, | |
| html.theme_dark { | |
| --app-text: #cccccc !important; | |
| --primary: #cccccc !important; | |
| --white: #cccccc !important; | |
| --search-result-url-link: #bdc1c6 !important; |