From 7390863a1005eeadbb6dbdcbc47f9cc13298e101 Mon Sep 17 00:00:00 2001 From: Eiichi Yoshikawa Date: Mon, 19 Feb 2024 11:06:00 +0900 Subject: [PATCH] Add theme-color meta tag and apply selection of theme (#2918) * Add theme-color meta tag and apply selection of theme * update logic for retrieving current theme color * add ts-ignore * fix ts error --------- Co-authored-by: Hailey --- bskyweb/templates/base.html | 1 + src/alf/util/useColorModeTheme.ts | 19 ++++++++++--------- web/index.html | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 198e3baa..99b6f1dc 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -2,6 +2,7 @@ +