File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 12
12
name : material
13
13
custom_dir : overrides
14
14
palette :
15
- - scheme : default
16
- primary : blue grey
17
- accent : light blue
15
+ - scheme : openssl
18
16
toggle :
19
17
icon : material/brightness-7
20
18
name : Switch to dark mode
Original file line number Diff line number Diff line change 2
2
overflow : hidden;
3
3
text-overflow : ellipsis;
4
4
}
5
+
6
+ [data-md-color-scheme = "openssl" ] {
7
+ --md-primary-fg-color : # f6f6f6 ;
8
+ --md-primary-bg-color : # 731513 ;
9
+ --md-accent-fg-color : # 9d5b59 ;
10
+ --md-accent-bg-color : # 731513 ;
11
+ --md-typeset-a-color : var (--md-accent-bg-color );
12
+ }
13
+
14
+ .md-header--shadow {
15
+ box-shadow : none;
16
+ }
17
+
18
+ .md-typeset {
19
+ font-weight : 300 ;
20
+ }
21
+
22
+ .md-typeset a {
23
+ font-weight : 400 ;
24
+ }
25
+
26
+ .md-search__form : hover {
27
+ background-color : # 00000064 ;
28
+ }
You can’t perform that action at this time.
0 commit comments