-
Notifications
You must be signed in to change notification settings - Fork 41
/
styles.css
45 lines (34 loc) · 1.88 KB
/
styles.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@tailwind utilities;
html {
font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1, "ss06" 1 !important;
}
.dark .nextra-container .nextra-sidebar ul button, .dark .nextra-container .nextra-sidebar ul li a, .dark .nextra-container .nextra-sidebar ul summary {
color: #a8a7ae !important;
}
.dark .nextra-container .nextra-sidebar ul li.active>a, .dark .nextra-container .nextra-sidebar ul li.active>a:hover {
color: hsl(var(--nextra-primary-hue) 100% 50%/var(--tw-text-opacity)) !important;
}
.dark .nextra-container .nextra-sidebar ul .active-anchor {
color: #ffffff !important;
}
/*background*/
.dark body, .dark .nx-sticky, .dark .dark\:bg-dark{background-color: #1e1e1e !important;}
.light body, .light .nx-sticky, .light .dark\:bg-dark{background-color: #FCFCFC !important;}
ul.nx-mt-6, article ul {margin-top: 0rem!important;}
p.nx-mt-6 {margin-top: 1rem;}
a.nx-underline:hover{font-weight:medium!important;}
.nx-rounded-lg{border-radius: 8px!important;}
.nx-w-full a:hover{font-weight: 500!important;letter-spacing: -0.15px;}
html[class~=dark] main a{color:#DADADA!important;}
html[class~=light] main a{color:#171717!important;}
/**Callouts**/
.nextra-callout em{font-style: normal; font-weight: bold;}
html[class~=dark] .nextra-callout p{color: #DADADA!important;}
html[class~=light] .nextra-callout p{color: #171717!important;}
html[class~=dark] .bg-blue-100 em{color: #4278f6!important; }
html[class~=light] .bg-blue-100 em{color: #1E3A8A!important;}
html[class~=dark] .bg-blue-100 {color: #4278f6!important;}
html[class~=dark] .bg-orange-50 em{color: #D3B4ED!important; }
html[class~=dark] .bg-orange-50{background-color: #be48fe30!important; border-color: #D3B4ED!important; color:#D3B4ED!important; }
html[class~=light] .bg-orange-50 em{color: #5F2D84!important;}
html[class~=light] .bg-orange-50{background-color: #efe5f7!important; border-color: #D3B4ED!important; color:#5F2D84!important; }