Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jasmeen/minor hive UI tweaks 394 #419

Merged
merged 4 commits into from
Jul 11, 2023
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
2 changes: 1 addition & 1 deletion docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ pre>code {
border-radius: 0.3em;
}

/* Higlight background of the same color as tab */
/* Highlight background of the same color as tab */
.bg-color-like-tab {
background-color: var(--md-primary-fg-color--dark);
}
Expand Down
14 changes: 10 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ theme:
name: material
custom_dir: overrides
palette:
- scheme: custom-dark

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: custom-light
toggle:
icon: material/theme-light-dark
name: Switch to light mode
- scheme: custom-light
name: Switch to dark mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: custom-dark
toggle:
icon: material/theme-light-dark
name: Switch to dark mode
name: Switch to light mode

features:
- navigation.top
Expand Down