From 50fcacfcc92a690c217fd270a5e763fc1836b60c Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 26 Jan 2022 15:56:33 -0700 Subject: [PATCH] Custom color theme --- www/assets/css/theme.css | 15 +++++++++++++++ www/index.html | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 www/assets/css/theme.css diff --git a/www/assets/css/theme.css b/www/assets/css/theme.css new file mode 100644 index 0000000..3ee6a49 --- /dev/null +++ b/www/assets/css/theme.css @@ -0,0 +1,15 @@ +/* +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at http://mozilla.org/MPL/2.0/. +*/ +/* + Created on : Jan 26, 2022, 3:47:46 PM + Author : Skylar Ittner +*/ +:root { + --f7-theme-color: #0fb9eb; + --f7-theme-color-rgb: 15, 185, 235; + --f7-theme-color-shade: #0d9bc5; + --f7-theme-color-tint: #31c6f2; +} \ No newline at end of file diff --git a/www/index.html b/www/index.html index 0d3a2b4..85218f8 100644 --- a/www/index.html +++ b/www/index.html @@ -12,6 +12,7 @@ + @@ -22,7 +23,7 @@ - +