mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Add meta tags for color scheme and theme color
genuinely pmo when sites dont do this cause then dark reader thinks the website is in light mode
This commit is contained in:
parent
d45dae4388
commit
e5d9e951c8
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<title>FMHY SafeGuard</title>
|
||||
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/assets/logo.png" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<meta name="color-scheme" content="dark"/>
|
||||
<meta name="theme-color" content="#bcb7fa"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Floating Navigation -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue