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:
Ironic 2025-11-11 11:00:32 -06:00 committed by GitHub
parent d45dae4388
commit e5d9e951c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -->