Add light and dark UI palettes #30

This commit is contained in:
2026-07-29 20:33:00 +02:00
parent da4df50205
commit b2c34ef995
2 changed files with 6 additions and 1 deletions
File diff suppressed because one or more lines are too long
+3
View File
@@ -116,6 +116,9 @@ def test_stylesheet_includes_mobile_responsive_rules():
assert ".row-actions button{width:1.85rem" in css
assert ".summary-strip" in css
assert ".menu-panel" in css
assert "@media (prefers-color-scheme:dark)" in css
assert "--primary:#4b42b8" in css
assert "--cyan:#50dce5" in css
def test_settings_endpoint_persists_arr_connection_values(tmp_path, monkeypatch):