Dark theme color isn't black

I *think* we don't need the theme color in the manifest since it doesn't
have dark mode support anyway
This commit is contained in:
Jason Zimdars
2025-11-24 16:37:50 -06:00
parent a1fcabf01e
commit 789c00b87f
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<% end %>
<meta name="color-scheme" content="light dark">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#0d181d" media="(prefers-color-scheme: dark)">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= tag.meta name: "current-user-id", content: Current.user.id if Current.user %>
+1 -3
View File
@@ -36,7 +36,5 @@
"url": "<%= root_path %>",
"icons": [{ "src": "<%= image_url("activity.svg") %>", "sizes": "any" }]
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
]
}