Skip to content

Commit

Permalink
Merge pull request #2 from Luidooo/main
Browse files Browse the repository at this point in the history
fix: dark and ligth mode
  • Loading branch information
Luidooo authored Apr 27, 2024
2 parents cd2ed6d + 9e489ff commit 5e8ba14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
--md-primary-fg-color--dark: #464a8d;
}


p img {
display: block;
margin-left: auto;
Expand Down
22 changes: 13 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,30 @@ theme:
- content.code.copy
logo: img/favicon.png
favicon: img/Realfavicon.png

palette:
- scheme: default
- media: "(#5e5e62: light)"
scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark modo
primary: "#0c6c0d"
accent: "#0c6c0d"
- scheme:
icon: material/weather-night
name: Switch to dark mode
primary: "#5e5e62"
accent: "#5e5e62"
- media: "(#5e5e62: dark)"
scheme: default
toggle:
icon: material/toggle-switch
icon: material/weather-sunny
name: Switch to light mode
primary: "#5e5e62"
accent: "#5e5e62"
font:
text: Roboto
code: Roboto Mono



extra:
social:
- icon: fontawesome/brands/github-alt
- icon: fontawesome/brands/github
link: https://github.com/edra-unb-fga
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/edra-unb
Expand Down

0 comments on commit 5e8ba14

Please sign in to comment.