This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +37
-23
lines changed Expand file tree Collapse file tree 2 files changed +37
-23
lines changed Original file line number Diff line number Diff line change 1
1
.request-h {
2
- font-size : 1em ;
3
- font-weight : normal;
2
+ font-size : 1em ;
3
+ font-weight : normal;
4
4
}
5
5
6
6
.request {
7
- margin-right : 10px ;
8
- font-weight : bold;
7
+ margin-right : 10px ;
8
+ font-weight : bold;
9
9
}
10
10
11
11
.request-get {
12
- color : # 4ece4e ;
12
+ color : # 4ece4e ;
13
13
}
14
14
15
15
.request-post {
16
- color : # 4ee2c9 ;
16
+ color : # 4ee2c9 ;
17
17
}
18
18
19
19
.request-put {
20
- color : # 4999e9 ;
20
+ color : # 4999e9 ;
21
21
}
22
22
23
23
.request-patch {
24
- color : # c857e4 ;
24
+ color : # c857e4 ;
25
25
}
26
26
27
27
.request-delete {
28
- color : # e2544a ;
28
+ color : # e2544a ;
29
29
}
30
30
31
31
.request-options {
32
- color : # e2c64a ;
32
+ color : # e2c64a ;
33
33
}
34
34
35
-
36
35
.group-h {
37
- font-weight : bold;
36
+ font-weight : bold;
38
37
}
39
38
40
- h1 , h2 {
41
- font-weight : 500 !important ;
39
+ h1 ,
40
+ h2 {
41
+ font-weight : 500 !important ;
42
42
}
43
43
44
44
hr {
45
- padding-top : 2em ;
45
+ padding-top : 2em ;
46
46
}
47
47
48
48
h3 {
49
- padding-top : 1em ;
50
- }
49
+ padding-top : 1em ;
50
+ }
51
+
52
+ [data-md-color-scheme = "slate" ] {
53
+ background-color : # 050505 ;
54
+ --md-default-bg-color : # 050505 ;
55
+ --md-code-bg-color : # 130c1d ;
56
+ }
57
+
58
+ : root {
59
+ --md-primary-fg-color : # 9971ff ;
60
+ --md-primary-fg-color--light : # b294ff ;
61
+ --md-primary-fg-color--dark : # 7842ff ;
62
+ --md-accent-fg-color : # f29bfd ;
63
+ --md-accent-fg-color--transparent : # f29bfd1a ;
64
+ }
Original file line number Diff line number Diff line change @@ -26,23 +26,23 @@ theme:
26
26
palette :
27
27
# Palette toggle for automatic mode
28
28
- media : " (prefers-color-scheme)"
29
- primary : deep purple
30
- accent : indigo
29
+ primary : custom
30
+ accent : custom
31
31
toggle :
32
32
icon : material/brightness-auto
33
33
name : Switch to light mode
34
34
# Palette toggle for light mode
35
35
- media : " (prefers-color-scheme: light)"
36
- primary : deep purple
37
- accent : indigo
36
+ primary : custom
37
+ accent : custom
38
38
scheme : default
39
39
toggle :
40
40
icon : material/brightness-7
41
41
name : Switch to dark mode
42
42
# Palette toggle for dark mode
43
43
- media : " (prefers-color-scheme: dark)"
44
- primary : deep purple
45
- accent : indigo
44
+ primary : custom
45
+ accent : custom
46
46
scheme : slate
47
47
toggle :
48
48
icon : material/brightness-4
You can’t perform that action at this time.
0 commit comments