Skip to content

Commit

Permalink
Merge pull request #26 from qua-platform/rename-css-entropy-qualibrate
Browse files Browse the repository at this point in the history
Rename CSS stylesheets from entropy to qualibrate
  • Loading branch information
nulinspiratie authored Nov 27, 2024
2 parents a591b8f + ba9f983 commit 3c55835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[data-md-color-scheme="entropy-bright"] {
[data-md-color-scheme="qualibrate-bright"] {
--md-primary-fg-color: #404044;
--md-accent-fg-color: #3082CF;
--md-typeset-a-color: #3082CF;
Expand All @@ -7,7 +7,7 @@
--md-tabs-color: #464647;
}

[data-md-color-scheme="entropy-high-contrast"] {
[data-md-color-scheme="qualibrate-high-contrast"] {
--md-primary-fg-color: #404044;
--md-accent-fg-color: #3082CF;
--md-typeset-a-color: #3082CF;
Expand All @@ -17,7 +17,7 @@
--md-typeset-color: black;
}

[data-md-color-scheme="entropy-dark"] {
[data-md-color-scheme="qualibrate-dark"] {
--md-primary-fg-color: #404044;
--md-accent-fg-color: #3082CF;
--md-typeset-a-color: #3082CF;
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ theme:
code: Roboto Mono
favicon: assets/logo.png
palette:
- scheme: entropy-bright
- scheme: qualibrate-bright
toggle:
icon: material/brightness-7
name: Switch to high contrast mode
- scheme: entropy-high-contrast
- scheme: qualibrate-high-contrast
toggle:
icon: material/brightness-6
name: Switch to dark mode
- scheme: entropy-dark
- scheme: qualibrate-dark
toggle:
icon: material/brightness-5
name: Switch to light mode
Expand Down

0 comments on commit 3c55835

Please sign in to comment.