Skip to content

Commit

Permalink
[Frontend] pwa meta theme-color query
Browse files Browse the repository at this point in the history
r2binx committed Oct 17, 2023
1 parent 9102849 commit d6b7eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -15,6 +15,8 @@
type="font/woff2"
crossorigin
/>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#101014" />
</head>
<body>
<div id="app"></div>

1 comment on commit d6b7eea

@vercel
Copy link

@vercel vercel bot commented on d6b7eea Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

heimboard – ./

heimboard-git-main-r2binx.vercel.app
heimboard.vercel.app
heimboard-r2binx.vercel.app
heim.blckct.io

Please sign in to comment.