feat(light-dark): normalize light/dark/like-os mode
permits user to define light, dark or like the desktop
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- Declares the page supports both modes. Switching between them is
|
||||
driven by the CSS `color-scheme` property (via the `data-color-scheme`
|
||||
attribute on <html> set by theme-init.js), not by mutating this tag. -->
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<title>OxiCloud — Admin Panel</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/logo/logo-plain.svg">
|
||||
<script src="/js/core/theme-init.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user