mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
for production
This commit is contained in:
+3
-3
@@ -9,15 +9,15 @@
|
||||
<link rel="stylesheet" href="/website/foo-style.min.css">
|
||||
|
||||
<title>Document</title>
|
||||
<script src="/website/redirect.js"></script>
|
||||
<script src="/redirect.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<script src="/website/app.js"></script>
|
||||
<script src="/app.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="/website/prism.js"></script>
|
||||
<script src="/prism.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
<script>
|
||||
var app = Elm.Main.init({ node: document.getElementById("app") });
|
||||
|
||||
@@ -4740,7 +4740,7 @@ body {
|
||||
--text-primary: #fff;
|
||||
--text-secondary: #cdcdcd;
|
||||
--text-inactive: #cdcdcda6;
|
||||
--text-link: #8cb4ff;
|
||||
--text-link: #35bdb8;
|
||||
--text-invert: #1b1b1b;
|
||||
--background-primary: #1b1b1b;
|
||||
--background-secondary: #343434;
|
||||
@@ -4839,7 +4839,7 @@ body {
|
||||
color-scheme: dark
|
||||
}
|
||||
|
||||
@media(prefers-color-scheme:light) {
|
||||
/* @media(prefers-color-scheme:light) {
|
||||
:root:not(.light):not(.dark) {
|
||||
--text-primary: #1b1b1b;
|
||||
--text-secondary: #4e4e4e;
|
||||
@@ -4942,9 +4942,9 @@ body {
|
||||
--text-primary-yellow: #746a00;
|
||||
color-scheme: light
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
@media(prefers-color-scheme:dark) {
|
||||
/* @media(prefers-color-scheme:dark) {
|
||||
:root:not(.light):not(.dark) {
|
||||
--text-primary: #fff;
|
||||
--text-secondary: #cdcdcd;
|
||||
@@ -5047,7 +5047,7 @@ body {
|
||||
--text-primary-yellow: #c7b700;
|
||||
color-scheme: dark
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
.document-page .article-actions-container,
|
||||
.document-page .document-toc-container,
|
||||
|
||||
Reference in New Issue
Block a user