|
9 | 9 | <style> |
10 | 10 | :root { |
11 | 11 | color-scheme: dark light; |
12 | | - --eigengrau: #16161d; |
13 | | - --blue-dark: #06c; |
14 | | - --blue-dark-rgb: 0, 102, 204; |
15 | | - --blue-light: #2997ff; |
16 | | - --blue-light-rgb: 41, 151, 255; |
17 | | - --blue-lighter: #6bf; |
18 | | - --blue-lighter-rgb: 102,187,255; |
19 | | - --gray: rgb(204, 204, 204); |
20 | | - --white: #f5f5f7; |
| 12 | + --eigengrau: oklch(0.20 0.01 285.06); |
| 13 | + --blue-dark: oklch(0.52 0.18 255.84); |
| 14 | + --blue-light: oklch(0.67 0.18 251.85); |
| 15 | + --blue-lighter: oklch(0.77 0.13 244.77); |
| 16 | + --gray: oklch(0.85 0.00 none); |
| 17 | + --white: oklch(0.97 0.00 285.23); |
21 | 18 | --sans-serif: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif; |
22 | 19 | --serif: ui-serif, -apple-system-ui-serif, Palatino, Georgia, Cambria, "Times New Roman", Times, serif; |
23 | 20 | --monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Roboto Mono", "Liberation Mono", "Courier New", monospace; |
|
146 | 143 | } |
147 | 144 | mark { |
148 | 145 | color: var(--eigengrau); |
149 | | - background-color: rgba( var(--blue-lighter-rgb), 0.2); |
| 146 | + background-color: oklch(0.77 0.13 244.77 / 0.2); |
150 | 147 | padding: .25rem; |
151 | 148 | white-space: pre-wrap; |
152 | 149 | } |
|
247 | 244 | line-height: 1.618; |
248 | 245 | } |
249 | 246 | a, body, li::marker { |
250 | | - color: #000; |
| 247 | + color: oklch(0.00 0.00 none); |
251 | 248 | } |
252 | 249 | a { |
253 | 250 | text-decoration: none; |
|
256 | 253 | display: none; |
257 | 254 | } |
258 | 255 | mark, mark[title], mark[title] > a { |
259 | | - background-color: #fff; |
260 | | - color: #000; |
| 256 | + background-color: oklch(1.00 0.00 none); |
| 257 | + color: oklch(0.00 0.00 none); |
261 | 258 | } |
262 | 259 | main table, nav ul, ul ul, ul ul ul { |
263 | 260 | font-size: 80%; |
|
0 commit comments