File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
}
5
5
6
6
/*
7
+ https://github.com/withastro/starlight/blob/main/packages/starlight/style/props.css
7
8
https://github.com/rescript-lang/rescript-lang.org/blob/4e4f9520f6fc7a0376db82a0a6db52211e8a8187/tailwind.config.mjs#L13
8
9
*/
9
10
10
11
: root [data-theme = "light" ],
11
12
[data-theme = "light" ] ::backdrop {
12
- /* --sl-color-accent-high: hsl(234, 80%, 30%); */
13
+ --sl-color-accent-low : # 4a0f14 ;
13
14
--sl-color-accent : # e6484f ;
14
- /* --sl-color-accent-low: hsl(234, 88%, 90%); */
15
- --sl-color-bg-nav : rgb (20 , 22 , 44 );
15
+ --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
+ }
16
22
}
17
23
18
24
body {
You can’t perform that action at this time.
0 commit comments