File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 89
89
.md-typeset__table {
90
90
min-width : 100% ;
91
91
}
92
+
92
93
.md-typeset table : not ([class ]) {
93
94
display : table;
94
95
}
105
106
}
106
107
107
108
/* See: https://mkdocstrings.github.io/recipes/#prevent-selection-of-prompts-and-output-in-python-code-blocks */
108
- .highlight .gp , .highlight .go { /* Generic.Prompt, Generic.Output */
109
- user-select : none;
109
+ .highlight .gp ,
110
+ .highlight .go {
111
+ /* Generic.Prompt, Generic.Output */
112
+ user-select : none;
113
+ }
114
+
115
+ /* Styling for anchor link headers */
116
+ .toclink {
117
+ color : unset !important ;
110
118
}
111
119
120
+ .toclink : hover {
121
+ color : var (--md-accent-fg-color ) !important ;
122
+ }
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ markdown_extensions:
42
42
- admonition
43
43
- pymdownx.details
44
44
- toc :
45
- permalink : " #"
45
+ anchorlink : true
46
+ anchorlink_class : " toclink"
46
47
- pymdownx.snippets :
47
48
- pymdownx.magiclink :
48
49
- attr_list :
You can’t perform that action at this time.
0 commit comments