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 44}
55
66/*
7+ https://github.com/withastro/starlight/blob/main/packages/starlight/style/props.css
78https://github.com/rescript-lang/rescript-lang.org/blob/4e4f9520f6fc7a0376db82a0a6db52211e8a8187/tailwind.config.mjs#L13
89*/
910
1011: root [data-theme = "light" ],
1112[data-theme = "light" ] ::backdrop {
12- /* --sl-color-accent-high: hsl(234, 80%, 30%); */
13+ --sl-color-accent-low : # 4a0f14 ;
1314 --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+ }
1622}
1723
1824body {
You can’t perform that action at this time.
0 commit comments