File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
.default-bg {
2
2
background : none!important ;
3
- background-color : hsla ( 232 , 15 % , 21 % , 1 )!important ;
3
+ background-color : var ( --md-default-bg-color )!important ;
4
4
}
5
5
6
+
6
7
.content-container-centered {
7
8
padding : 5.2rem 0 ;
8
9
margin : 0 0.8rem ;
29
30
}
30
31
31
32
.centered-content-grid ul .centered-content-grid__list > li .centered-content-grid__item div .item_content {
32
- color : hsla ( 232 , 75 % , 95 % , 1 )!important ;
33
+ color : var ( --md-typeset-color )!important ;
33
34
}
34
35
35
36
Original file line number Diff line number Diff line change 9
9
name : material
10
10
custom_dir : material
11
11
palette :
12
- scheme : slate
13
- primary : black
14
- accent : teal
12
+ - scheme : slate
13
+ toggle :
14
+ name : Light Mode
15
+ icon : material/toggle-switch-off-outline
16
+ primary : black
17
+ accent : lime
18
+ media : " (prefers-color-scheme: dark)"
19
+ - scheme : default
20
+ toggle :
21
+ name : Dark Mode
22
+ icon : material/toggle-switch
23
+ primary : black
24
+ accent : teal
25
+ media : " (prefers-color-scheme: light)"
15
26
favicon : assets/images/favicon.png
16
27
logo : assets/images/logo.png
17
28
features :
You can’t perform that action at this time.
0 commit comments