diff --git a/pages/options/options.css b/pages/options/options.css index bec5f7f007b8d0a1460cd1b6d6a220c23bc8b0cb..39335a10e6d1f6595b61ff8e88e561420883a460 100644 --- a/pages/options/options.css +++ b/pages/options/options.css @@ -220,3 +220,27 @@ body[dir="rtl"] .input-text { margin-left: 0; margin-right: 29px; } + +/** + * Compatibility + */ + +@media (prefers-color-scheme: dark) { + + body { + background-color: #202023; + color: #f9f9fa; + } + + .title-option { + color: #f9f9fa; + } + + .description-option { + color: #b1b1b3; + } + + .badge-warning { + color: #4b3000; + } +}