changed theme_color to black

This commit is contained in:
xcexec 2024-10-19 08:43:58 +02:00
parent 5a9dd02e08
commit 9d0d24f026
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ defmodule Mobilizon.Web.PageView do
end
def theme_color do
"#ffd599"
"#000000"
end
def language_direction(assigns) do

View file

@ -35,7 +35,7 @@ export default defineConfig(({ command }) => {
name: "Mobilizon",
short_name: "Mobilizon",
orientation: "portrait-primary",
theme_color: "#ffd599",
theme_color: "#000000",
icons: [
{
src: "./img/icons/android-chrome-192x192.png",