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
12mkdocs-material
23mkdocs-redirects
34mkdocstrings
Original file line number Diff line number Diff line change 1515html a [title = "DataJoint" ].md-social__link svg {
1616 color : var (--dj-primary );
1717}
18+
1819html a [title = "Slack" ].md-social__link svg {
1920 color : var (--dj-primary );
2021}
22+
2123html a [title = "LinkedIn" ].md-social__link svg {
2224 color : var (--dj-primary );
2325}
26+
2427html a [title = "Twitter" ].md-social__link svg {
2528 color : var (--dj-primary );
2629}
30+
2731html a [title = "GitHub" ].md-social__link svg {
2832 color : var (--dj-primary );
2933}
34+
3035html a [title = "DockerHub" ].md-social__link svg {
3136 color : var (--dj-primary );
3237}
38+
3339html a [title = "PyPI" ].md-social__link svg {
3440 color : var (--dj-primary );
3541}
42+
3643html a [title = "StackOverflow" ].md-social__link svg {
3744 color : var (--dj-primary );
3845}
46+
3947html a [title = "YouTube" ].md-social__link svg {
4048 color : var (--dj-primary );
4149}
@@ -92,6 +100,6 @@ html a[title="YouTube"].md-social__link svg {
92100 /* --md-footer-fg-color: var(--dj-white); */
93101}
94102
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 )
97105}
You can’t perform that action at this time.
0 commit comments