File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
.light .no-light {
2
- visibility : hidden ;
2
+ display : none ;
3
3
}
4
4
5
5
.rust .no-rust {
6
- visibility : hidden;
6
+ display : none;
7
+ }
8
+
9
+ .light .no-light-themes ,
10
+ .rust .no-light-themes {
11
+ display : none;
7
12
}
8
13
9
14
.navy .no-navy {
10
- visibility : hidden ;
15
+ display : none ;
11
16
}
12
17
13
18
.ayu .no-ayu {
14
- visibility : hidden ;
19
+ display : none ;
15
20
}
16
21
17
22
.coal .no-coal {
18
- visibility : hidden ;
23
+ display : none ;
19
24
}
20
25
21
- .navy , .ayu , .coal .no-dark {
22
- visibility : hidden;
26
+ .navy .no-dark-themes ,
27
+ .ayu .no-dark-themes ,
28
+ .coal .no-dark-themes {
29
+ display : none;
23
30
}
Original file line number Diff line number Diff line change 28
28
<link rel =" stylesheet" href =" {{ path_to_root }} css/variables.css" >
29
29
<link rel =" stylesheet" href =" {{ path_to_root }} css/general.css" >
30
30
<link rel =" stylesheet" href =" {{ path_to_root }} css/chrome.css" >
31
+ <link rel =" stylesheet" href =" {{ path_to_root }} css/exclude.css" >
31
32
{{ #if print_enable }}
32
33
<link rel =" stylesheet" href =" {{ path_to_root }} css/print.css" media =" print" >
33
34
{{ /if }}
You can’t perform that action at this time.
0 commit comments