File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/.overrides/assets/stylesheets Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ typing-extensions
1
2
mkdocs-material
2
3
mkdocs-redirects
3
4
mkdocstrings
Original file line number Diff line number Diff line change 15
15
html a [title = "DataJoint" ].md-social__link svg {
16
16
color : var (--dj-primary );
17
17
}
18
+
18
19
html a [title = "Slack" ].md-social__link svg {
19
20
color : var (--dj-primary );
20
21
}
22
+
21
23
html a [title = "LinkedIn" ].md-social__link svg {
22
24
color : var (--dj-primary );
23
25
}
26
+
24
27
html a [title = "Twitter" ].md-social__link svg {
25
28
color : var (--dj-primary );
26
29
}
30
+
27
31
html a [title = "GitHub" ].md-social__link svg {
28
32
color : var (--dj-primary );
29
33
}
34
+
30
35
html a [title = "DockerHub" ].md-social__link svg {
31
36
color : var (--dj-primary );
32
37
}
38
+
33
39
html a [title = "PyPI" ].md-social__link svg {
34
40
color : var (--dj-primary );
35
41
}
42
+
36
43
html a [title = "StackOverflow" ].md-social__link svg {
37
44
color : var (--dj-primary );
38
45
}
46
+
39
47
html a [title = "YouTube" ].md-social__link svg {
40
48
color : var (--dj-primary );
41
49
}
@@ -92,6 +100,6 @@ html a[title="YouTube"].md-social__link svg {
92
100
/* --md-footer-fg-color: var(--dj-white); */
93
101
}
94
102
95
- [data-md-color-scheme = "slate" ] .jupyter-wrapper .Table td {
96
- color : var (--dj-primary );
103
+ [data-md-color-scheme = "slate" ] .jupyter-wrapper .Table Td {
104
+ color : var (--dj-black )
97
105
}
You can’t perform that action at this time.
0 commit comments