|
28 | 28 | } |
29 | 29 |
|
30 | 30 | </style> |
31 | | - <style> |
32 | | - @media (prefers-color-scheme: dark) { |
33 | | - :root { |
34 | | - --theme: rgb(29, 30, 32); |
35 | | - --entry: rgb(46, 46, 51); |
36 | | - --primary: rgb(218, 218, 219); |
37 | | - --secondary: rgb(155, 156, 157); |
38 | | - --tertiary: rgb(65, 66, 68); |
39 | | - --content: rgb(196, 196, 197); |
40 | | - --code-block-bg: rgb(46, 46, 51); |
41 | | - --code-bg: rgb(55, 56, 62); |
42 | | - --border: rgb(51, 51, 51); |
43 | | - } |
44 | | - |
45 | | - .list { |
46 | | - background: var(--theme); |
47 | | - } |
48 | | - |
49 | | - .list:not(.dark)::-webkit-scrollbar-track { |
50 | | - background: 0 0; |
51 | | - } |
52 | | - |
53 | | - .list:not(.dark)::-webkit-scrollbar-thumb { |
54 | | - border-color: var(--theme); |
55 | | - } |
56 | | - } |
57 | | - |
58 | | - </style> |
59 | 31 | </noscript> |
60 | 32 | </head> |
61 | 33 |
|
62 | | -<body class="" id="top"> |
| 34 | +<body class=" dark" id="top"> |
63 | 35 | <script> |
64 | | - if (localStorage.getItem("pref-theme") === "dark") { |
65 | | - document.body.classList.add('dark'); |
66 | | - } else if (localStorage.getItem("pref-theme") === "light") { |
| 36 | + if (localStorage.getItem("pref-theme") === "light") { |
67 | 37 | document.body.classList.remove('dark') |
68 | | - } else if (window.matchMedia('(prefers-color-scheme: dark)').matches) { |
69 | | - document.body.classList.add('dark'); |
70 | 38 | } |
71 | 39 |
|
72 | 40 | </script> |
|
109 | 77 | <span class="active">About</span> |
110 | 78 | </a> |
111 | 79 | </li> |
| 80 | + <li> |
| 81 | + <a href="http://localhost:1313/documentation" title="Documentation"> |
| 82 | + <span>Documentation</span> |
| 83 | + </a> |
| 84 | + </li> |
| 85 | + <li> |
| 86 | + <a href="http://localhost:1313/contribute" title="Contribute"> |
| 87 | + <span>Contribute</span> |
| 88 | + </a> |
| 89 | + </li> |
112 | 90 | <li> |
113 | 91 | <a href="http://localhost:1313/blog" title="Blog"> |
114 | 92 | <span>Blog</span> |
@@ -138,7 +116,7 @@ <h1 class="post-title entry-hint-parent"> |
138 | 116 | </svg> |
139 | 117 | </span> |
140 | 118 | </h1> |
141 | | - <div class="post-meta"><span title='2025-01-12 11:07:13 +0100 CET'>January 12, 2025</span> |
| 119 | + <div class="post-meta"><span title='2025-01-12 11:07:13 +0200 +0200'>January 12, 2025</span> |
142 | 120 |
|
143 | 121 | </div> |
144 | 122 | </header> |
|
0 commit comments