mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
config: disable css minification
This commit is contained in:
parent
f7a5cd76c1
commit
a80a934c77
2 changed files with 3 additions and 18 deletions
|
@ -56,21 +56,6 @@ layout: null
|
|||
<!-- STYLES -->
|
||||
<link href="/assets/css/fonts.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>
|
||||
|
||||
<body class="bg-white text-black dark:bg-black dark:text-white">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue