Clarify Importarr light dark themes #30

This commit is contained in:
2026-07-29 20:42:23 +02:00
parent b2c34ef995
commit 5c205fff13
2 changed files with 5 additions and 3 deletions
File diff suppressed because one or more lines are too long
+3
View File
@@ -119,6 +119,9 @@ def test_stylesheet_includes_mobile_responsive_rules():
assert "@media (prefers-color-scheme:dark)" in css assert "@media (prefers-color-scheme:dark)" in css
assert "--primary:#4b42b8" in css assert "--primary:#4b42b8" in css
assert "--cyan:#50dce5" in css assert "--cyan:#50dce5" in css
assert "--bg:#fff" in css
assert "--bg:#2f3d55" in css
assert "--danger:#a56af0" in css
def test_settings_endpoint_persists_arr_connection_values(tmp_path, monkeypatch): def test_settings_endpoint_persists_arr_connection_values(tmp_path, monkeypatch):