diff --git a/docs/theme/img/grid.png b/docs/theme/img/grid.png new file mode 100644 index 000000000..878c3ed5c Binary files /dev/null and b/docs/theme/img/grid.png differ diff --git a/docs/theme/stylesheets/extra.css b/docs/theme/stylesheets/extra.css index abb0dc361..94e1aaeb4 100644 --- a/docs/theme/stylesheets/extra.css +++ b/docs/theme/stylesheets/extra.css @@ -12,6 +12,10 @@ --md-typeset-a-color: var(--md-typeset-color); } +/* Dark theme customisation */ +[data-md-color-scheme="slate"] +{} + .md-header { border-top: 5px solid var(--md-accent-fg-color--dark); } @@ -57,6 +61,6 @@ body hr { margin-top: 5px; } -.md-typeset p a { +.md-typeset a { color: var(--md-accent-fg-color--dark); } \ No newline at end of file