File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 36
36
font-weight : normal;
37
37
}
38
38
39
- /* .md-tabs {
40
- font-family: "Roboto Slab";
41
- } */
42
-
43
39
/* search box */
44
40
.md-search__form {
45
41
border : 1px solid var (--pg-light-border );
59
55
/* show table borders */
60
56
.md-typeset td : not ([class ]): not (: last-child ) {
61
57
border : 0.05rem solid var (--md-typeset-table-color );
62
- }
58
+ }
59
+
60
+ /* Highlight selected file in the left navigation pane*/
61
+ .md-nav__link--active {
62
+ background-color : var (--md-code-bg-color );
63
+ border-radius : 0.3em ;
64
+ padding : 0.2em ;
65
+ outline : 0.1em ;
66
+ }
67
+
68
+ /* Additional styling to fix glitches */
69
+ .md-sidebar__inner {
70
+ padding-top : 0.1em ;
71
+ }
72
+
73
+ .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {
74
+ box-shadow : initial;
75
+ }
Original file line number Diff line number Diff line change 30
30
- media : " (prefers-color-scheme: light)"
31
31
scheme : default
32
32
primary : white
33
- accent : deep purple
33
+ accent : blue
34
34
toggle :
35
35
icon : material/weather-night
36
36
name : Switch to dark mode
You can’t perform that action at this time.
0 commit comments