Clarify Importarr light dark themes #30
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user