-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
29 lines (24 loc) · 822 Bytes
/
style.css
File metadata and controls
29 lines (24 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
:root:not(.dark) body,
:root:not(.dark) #body-content,
:root:not(.dark) .mdx-content {
color: oklch(43% .00961 91.6) !important;
}
:root:not(.dark) #navbar .bg-background-light,
:root:not(.dark) #sidebar,
:root:not(.dark) #sidebar > ul.bg-background-light {
background-color: oklch(97.9% .00411 91.4) !important;
}
.card {
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
border-color: oklch(0.87 0 0);
}
:root:not(.dark) code {
background-color: white !important;
}
:root:not(.dark) .border-gray-100 {
border-color: oklch(0.87 0 0);
}
:root:not(.dark) [data-component-part="step-number"] > div {
background-color: oklch(97.9% .00411 91.4) !important;
}