1
- /**
2
- * Any CSS included here will be global. The classic template
3
- * bundles Infima by default. Infima is a CSS framework designed to
4
- * work well for content-centric websites.
5
- */
6
-
7
- /* You can override the default Infima variables here. */
1
+
8
2
: root {
9
- --ifm-background-color : # f8fafc ;/*f8fafc*/
3
+ --ifm-background-color : # f8fafc ;/*f8fafc #ffffff*/
10
4
--ifm-background-surface-color : # f1f5f9 ;/*f1f5f9 #17447F*/
11
5
--ifm-background-surface-color-dark : # e2e8f0 ;
12
6
--ifm-footer-background-color : # f8fafc ;
19
13
--ifm-color-primary-lightest : # b776f1 ;
20
14
--ifm-font-color-base : # 334155 ;
21
15
--ifm-code-font-size : 95% ;
22
- --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
16
+ /* --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); */
17
+ --docusaurus-highlighted-code-line-bg : rgba (147 , 178 , 244 , 0.38 );
23
18
/* --search-local-hit-background : #334155; */
24
19
/* --search-local-hit-color : #6813b5; */
25
20
/* --search-local-modal-background : #6813b5; */
@@ -38,7 +33,8 @@ html[data-theme="dark"] {
38
33
--ifm-color-primary-lighter : # ddbcfd ;
39
34
--ifm-color-primary-lightest : # e6cffe ;
40
35
--ifm-font-color-base : # 94a3b8 ;
41
- --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
36
+ /* --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); */
37
+ --docusaurus-highlighted-code-line-bg : rgba (105 , 105 , 105 , 0.3 );
42
38
}
43
39
44
40
: root_v2 {
@@ -115,7 +111,14 @@ html_v2[data-theme="dark"] {
115
111
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
116
112
}
117
113
118
-
114
+ code [data-code = 'required' ] {
115
+ font-size : 12px ;
116
+ background-color : var (--ifm-color-danger-contrast-background );
117
+ color : var (--ifm-color-danger );
118
+ }
119
+ details code {
120
+ background-color : var (--docs-color-background );
121
+ }
119
122
120
123
* {
121
124
-webkit-font-smoothing : antialiased;
0 commit comments