Merge pull request 'Set theme color to the primary color' (#126) from feature/theme-color into main
Deploy on dev / Deploy on dev (push) Successful in 41s

Reviewed-on: #126
Reviewed-by: Jakob Scheid
This commit was merged in pull request #126.
This commit is contained in:
2026-07-20 22:12:47 +02:00
committed by Gitea
+1
View File
@@ -19,6 +19,7 @@ limitations under the License.
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0158D2" />
<title>Seekra</title> <title>Seekra</title>
</head> </head>
<body> <body>