We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5947788 commit 8d54170Copy full SHA for 8d54170
1 file changed
docs/styles/theme.css
@@ -4,15 +4,21 @@
4
}
5
6
/*
7
+https://github.com/withastro/starlight/blob/main/packages/starlight/style/props.css
8
https://github.com/rescript-lang/rescript-lang.org/blob/4e4f9520f6fc7a0376db82a0a6db52211e8a8187/tailwind.config.mjs#L13
9
*/
10
11
:root[data-theme="light"],
12
[data-theme="light"] ::backdrop {
- /* --sl-color-accent-high: hsl(234, 80%, 30%); */
13
+ --sl-color-accent-low: #4a0f14;
14
--sl-color-accent: #e6484f;
- /* --sl-color-accent-low: hsl(234, 88%, 90%); */
15
- --sl-color-bg-nav: rgb(20, 22, 44);
+ --sl-color-accent-high: #f9d5d7;
16
+ --sl-color-bg-nav: rgb(20, 22, 44);
17
+
18
+ & starlight-theme-select {
19
+ --sl-color-gray-1: var(--sl-color-black);
20
+ --sl-color-gray-2: var(--sl-color-gray-5);
21
+ }
22
23
24
body {
0 commit comments