Skip to content

Commit

Permalink
remove old logos, add temporary e! and minor theme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlvarezJarreta committed Nov 23, 2023
1 parent a53de1a commit cd1493e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file added docs/img/ebang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/logo.png
Binary file not shown.
Binary file removed docs/img/metazoa_logo.png
Binary file not shown.
16 changes: 16 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ copyright: Copyright © [2016-2023] EMBL-European Bioinformatics Institute

theme:
name: "material"
logo: docs/img/ebang.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference

plugins:
- search
Expand Down

0 comments on commit cd1493e

Please sign in to comment.