Skip to content

Commit

Permalink
Merge pull request #29 from redBorder/improvement/#17880_change_page_…
Browse files Browse the repository at this point in the history
…color_and_text_space

Improvement #17880 Change page color and text space
  • Loading branch information
ljblancoredborder committed Jul 1, 2024
2 parents 9851aff + 5b0ae7d commit c1de6c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:root {
--md-primary-fg-color: #FE2B25;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
}

.md-grid {
max-width: none;
margin-left: 0px;
margin-right: 0px;
}
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ theme:
palette:
# Palette toggle for light mode
- scheme: default
primary: red
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode

# Palette toggle for dark mode
- scheme: slate
primary: red
primary: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down Expand Up @@ -81,5 +81,8 @@ extra:
- icon: material/home
link: https://redborder.com

extra_css:
- stylesheets/extra.css

copyright: Copyright © 2024 Eneo Tecnología S.L

0 comments on commit c1de6c9

Please sign in to comment.