Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/assets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/

:root {
--md-primary-fg-color: #4e08c7;
--md-primary-mg-color: #d445a3;
--md-accent-fg-color: #bb1fa4;
--md-primary-bg-color: white;
--md-primary-text-slate: white;
--md-primary-bg-slate: #2f303e;
--md-primary-fg-color: #4e08c7 !important;
--md-primary-mg-color: #d445a3 !important;
--md-accent-fg-color: #bb1fa4 !important;
--md-primary-bg-color: white !important;
--md-primary-text-slate: white !important;
--md-primary-bg-slate: #2f303e !important;
}

/* header font colour */
Expand Down
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ theme:
- search.suggest
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down