Add dark mode (#33)
Closes: #18 This PR adds dark mode styling and an app setting to choose light, dark, or auto mode. Reviewed-on: Georgi_Lab/ALVINN_f7#33
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
min-width: 100px;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
background-color: #BDBCAF;
|
||||
background-color: var(--avn-button-bg-color);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user