mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
default.vto: inlining disabled workaround
This commit is contained in:
parent
deba40af11
commit
f7a5cd76c1
1 changed files with 15 additions and 0 deletions
|
@ -56,6 +56,21 @@ layout: null
|
||||||
<!-- STYLES -->
|
<!-- STYLES -->
|
||||||
<link href="/assets/css/fonts.css" rel="stylesheet" inline>
|
<link href="/assets/css/fonts.css" rel="stylesheet" inline>
|
||||||
<link href="/assets/css/default.css" rel="stylesheet" inline>
|
<link href="/assets/css/default.css" rel="stylesheet" inline>
|
||||||
|
|
||||||
|
<!-- TODO: DELETE WORKAROUND FOR INLINING BEING DISABLED -->
|
||||||
|
<style>
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
html, body {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
html, body {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-white text-black dark:bg-black dark:text-white">
|
<body class="bg-white text-black dark:bg-black dark:text-white">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue