Set dark mode theme color

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2023-12-05 14:51:46 -07:00
parent fb81ebed83
commit 316961dde1

View File

@@ -8,6 +8,10 @@
--f7-theme-color: #002F65;
}
.dark {
--f7-theme-color: rgb(115,175,182) !important;
}
.navbar {
--f7-navbar-text-color: #002F65;