Update index.html
Browse files- index.html +72 -41
index.html
CHANGED
|
@@ -56,54 +56,85 @@ tailwind.config = {
|
|
| 56 |
}
|
| 57 |
}
|
| 58 |
</script>
|
| 59 |
-
<link href="https://fonts.googleapis.com/css2?family=
|
| 60 |
<style>
|
| 61 |
* { box-sizing: border-box; }
|
| 62 |
-
body { font-family: '
|
| 63 |
|
| 64 |
body {
|
| 65 |
-
--bg: #
|
| 66 |
-
--surface: #
|
| 67 |
-
--border: #
|
| 68 |
-
--mist: #
|
| 69 |
-
--fog: #
|
| 70 |
-
--ghost: #
|
| 71 |
-
--pearl: #
|
| 72 |
-
--cream: #
|
| 73 |
-
--accent: #
|
| 74 |
-
--accent2: #
|
| 75 |
-
--ink: #
|
| 76 |
-
--user-bg: #
|
| 77 |
-
--user-text: #
|
| 78 |
-
--danger: #
|
| 79 |
-
--safe: #
|
| 80 |
-
--prose: #
|
| 81 |
-
--code-bg: rgba(
|
| 82 |
-
--code-col: #
|
| 83 |
-
--pre-bg: #
|
| 84 |
}
|
| 85 |
body.light {
|
| 86 |
-
--bg: #
|
| 87 |
-
--surface: #
|
| 88 |
-
--border: #
|
| 89 |
-
--mist: #
|
| 90 |
-
--fog: #
|
| 91 |
-
--ghost: #
|
| 92 |
-
--pearl: #
|
| 93 |
-
--cream: #
|
| 94 |
-
--accent: #
|
| 95 |
-
--accent2: #
|
| 96 |
-
--ink: #
|
| 97 |
-
--user-bg: #
|
| 98 |
-
--user-text: #
|
| 99 |
-
--danger: #
|
| 100 |
-
--safe: #
|
| 101 |
-
--prose: #
|
| 102 |
-
--code-bg: rgba(
|
| 103 |
-
--code-col: #
|
| 104 |
-
--pre-bg: #
|
| 105 |
}
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
body:not(.light) {
|
| 108 |
background-image:
|
| 109 |
radial-gradient(1px 1px at 20% 30%, rgba(160,200,255,0.4) 0%, transparent 100%),
|
|
@@ -1146,4 +1177,4 @@ function closeSidebar() {
|
|
| 1146 |
init();
|
| 1147 |
</script>
|
| 1148 |
</body>
|
| 1149 |
-
</html>
|
|
|
|
| 56 |
}
|
| 57 |
}
|
| 58 |
</script>
|
| 59 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Syne:wght@400;700;800&display=swap" rel="stylesheet">
|
| 60 |
<style>
|
| 61 |
* { box-sizing: border-box; }
|
| 62 |
+
body { font-family: 'Inter', sans-serif; }
|
| 63 |
|
| 64 |
body {
|
| 65 |
+
--bg: #080e1a;
|
| 66 |
+
--surface: #0d1526;
|
| 67 |
+
--border: #1a2a45;
|
| 68 |
+
--mist: #152035;
|
| 69 |
+
--fog: #3a5580;
|
| 70 |
+
--ghost: #6a90c0;
|
| 71 |
+
--pearl: #a0c0e8;
|
| 72 |
+
--cream: #d0e4f8;
|
| 73 |
+
--accent: #4a9eff;
|
| 74 |
+
--accent2: #2a7ee0;
|
| 75 |
+
--ink: #080e1a;
|
| 76 |
+
--user-bg: #1a4a8a;
|
| 77 |
+
--user-text: #d0e4f8;
|
| 78 |
+
--danger: #e05050;
|
| 79 |
+
--safe: #40a880;
|
| 80 |
+
--prose: #a0c0e8;
|
| 81 |
+
--code-bg: rgba(74,158,255,0.08);
|
| 82 |
+
--code-col: #60c0ff;
|
| 83 |
+
--pre-bg: #060c18;
|
| 84 |
}
|
| 85 |
body.light {
|
| 86 |
+
--bg: #eaf2ff;
|
| 87 |
+
--surface: #ddeaf8;
|
| 88 |
+
--border: #b8d0f0;
|
| 89 |
+
--mist: #ccdff5;
|
| 90 |
+
--fog: #6090c0;
|
| 91 |
+
--ghost: #3a6090;
|
| 92 |
+
--pearl: #1a3a6a;
|
| 93 |
+
--cream: #0a1a3a;
|
| 94 |
+
--accent: #1a60d0;
|
| 95 |
+
--accent2: #0a48b0;
|
| 96 |
+
--ink: #eaf2ff;
|
| 97 |
+
--user-bg: #1a60d0;
|
| 98 |
+
--user-text: #eaf2ff;
|
| 99 |
+
--danger: #c03030;
|
| 100 |
+
--safe: #208860;
|
| 101 |
+
--prose: #1a3a6a;
|
| 102 |
+
--code-bg: rgba(26,96,208,0.07);
|
| 103 |
+
--code-col: #0a48b0;
|
| 104 |
+
--pre-bg: #d8eaf8;
|
| 105 |
}
|
| 106 |
|
| 107 |
+
body { background: var(--bg); color: var(--pearl); }
|
| 108 |
+
#sidebar { background: var(--surface); border-color: var(--border); }
|
| 109 |
+
header { background: var(--surface); border-color: var(--border); }
|
| 110 |
+
.bg-smoke { background: var(--surface) !important; }
|
| 111 |
+
.bg-ash { background: var(--mist) !important; }
|
| 112 |
+
.bg-mist { background: var(--mist) !important; }
|
| 113 |
+
.hover\:bg-ash:hover { background: var(--border) !important; }
|
| 114 |
+
.hover\:bg-mist:hover { background: var(--mist) !important; }
|
| 115 |
+
.border-ash { border-color: var(--border) !important; }
|
| 116 |
+
.border-mist { border-color: var(--mist) !important; }
|
| 117 |
+
.text-fog { color: var(--fog) !important; }
|
| 118 |
+
.text-ghost { color: var(--ghost) !important; }
|
| 119 |
+
.text-pearl { color: var(--pearl) !important; }
|
| 120 |
+
.text-cream { color: var(--cream) !important; }
|
| 121 |
+
.text-amber { color: var(--accent) !important; }
|
| 122 |
+
.text-ink { color: var(--user-text) !important; }
|
| 123 |
+
.text-rose { color: var(--danger) !important; }
|
| 124 |
+
.text-sage { color: var(--safe) !important; }
|
| 125 |
+
.bg-amber { background: var(--user-bg) !important; }
|
| 126 |
+
.hover\:bg-ember:hover { background: var(--accent2) !important; }
|
| 127 |
+
.bg-amber\/10 { background: color-mix(in srgb, var(--accent) 10%, transparent) !important; }
|
| 128 |
+
.bg-amber\/20 { background: color-mix(in srgb, var(--accent) 20%, transparent) !important; }
|
| 129 |
+
.border-amber\/25 { border-color: color-mix(in srgb, var(--accent) 25%, transparent) !important; }
|
| 130 |
+
.from-amber { --tw-gradient-from: var(--accent) !important; }
|
| 131 |
+
.to-ember { --tw-gradient-to: var(--accent2) !important; }
|
| 132 |
+
.bg-rose { background: var(--danger) !important; }
|
| 133 |
+
.hover\:text-rose:hover { color: var(--danger) !important; }
|
| 134 |
+
.hover\:text-sage:hover { color: var(--safe) !important; }
|
| 135 |
+
.hover\:text-pearl:hover { color: var(--pearl) !important; }
|
| 136 |
+
textarea, input, select { background: var(--mist); color: var(--cream); }
|
| 137 |
+
|
| 138 |
body:not(.light) {
|
| 139 |
background-image:
|
| 140 |
radial-gradient(1px 1px at 20% 30%, rgba(160,200,255,0.4) 0%, transparent 100%),
|
|
|
|
| 1177 |
init();
|
| 1178 |
</script>
|
| 1179 |
</body>
|
| 1180 |
+
</html>
|