aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/index.html
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-04-04 14:53:32 -0400
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-04-04 14:53:32 -0400
commitb4a9cd9d540d42a61bee9045d41ada392305a8d5 (patch)
tree3cddb6389800788cb5d8b397cf21dbd40142be1b /ufund-ui/src/index.html
parent8cdf84ae4a6765db8f462cc71e2685c1d3514f08 (diff)
downloadJellySolutions-b4a9cd9d540d42a61bee9045d41ada392305a8d5.tar.gz
JellySolutions-b4a9cd9d540d42a61bee9045d41ada392305a8d5.tar.bz2
JellySolutions-b4a9cd9d540d42a61bee9045d41ada392305a8d5.zip
add light/dark mode toggle, only homepage is fully functional. -ak
Diffstat (limited to 'ufund-ui/src/index.html')
-rw-r--r--ufund-ui/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/index.html b/ufund-ui/src/index.html
index b6ae1a2..34b631c 100644
--- a/ufund-ui/src/index.html
+++ b/ufund-ui/src/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html lang="en">
+<html lang="en" theme="light">
<head>
<meta charset="utf-8">
<title>UfundUi</title>