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