Add photo detection framework (#8)

Closes #5.

Reviewed-on: Georgi_Lab/ALVINN_f7#8
This commit is contained in:
2023-11-14 10:16:33 -07:00
parent 9eed19776f
commit fc6f26d469
16 changed files with 278 additions and 398 deletions

View File

@@ -3,4 +3,17 @@
height: 100vh;
}
/* Your app custom styles here */
/* Your app custom styles here */
.view-main {
--f7-theme-color: #002F65;
}
.navbar {
--f7-navbar-text-color: #002F65;
--f7-navbar-link-color: #002F65;
}
.navbar-bg {
--f7-navbar-bg-color: #BDBCAF;
}