Updates styling for WinUtil.

This commit is contained in:
hubster-bot 2024-07-24 19:50:07 +01:00
parent df2fe4a4c6
commit 9adcf5f0da
3 changed files with 33 additions and 11 deletions

View File

@ -0,0 +1,13 @@
/* Custom styles for MkDocs Material */
body {
background-color: #c22525;
}
.md-nav__link {
color: #ff5722;
}
.md-typeset h1 {
font-size: 2.5em;
color: #3f51b5;
}

View File

@ -34,7 +34,7 @@
#### Tweaks Addition #### Tweaks Addition
* To enable tweaks on your system select Tweaks at the top next to Install. * To enable tweaks on your system select Tweaks at the top next to Install.
* Then you can select what tweaks you want adding to your system. We do have some presets you can select from at the top you can see this in the picture below. * Then you can select what tweaks you want adding to your system. We do have some presets you can select from at the top you can see this in the picture below.
![Tweaks Screen](assets/TweaksScreen.PNG) ![Tweaks Screen](assets/TweaksScreen.png)
* After you have chosen your tweaks click the Run Tweaks button at the bottom of the screen. * After you have chosen your tweaks click the Run Tweaks button at the bottom of the screen.
#### Tweaks Removal #### Tweaks Removal
@ -58,7 +58,7 @@
#### Shortcuts #### Shortcuts
![Tweaks Screen](assets/TweaksScreen.PNG) ![Tweaks Screen](assets/TweaksScreen.png)
### Config ### Config

View File

@ -26,19 +26,28 @@ theme:
logo: assets/favicon.png logo: assets/favicon.png
favicon: assets/favicon.png favicon: assets/favicon.png
palette: palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)" - media: "(prefers-color-scheme: light)"
scheme: default scheme: default
toggle: toggle:
icon: material/toggle-switch-off-outline icon: material/brightness-7
name: Switch to dark mode name: Switch to dark mode
primary: black
accent: purple # Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)" - media: "(prefers-color-scheme: dark)"
scheme: slate scheme: slate
toggle: toggle:
icon: material/toggle-switch icon: material/brightness-4
name: Switch to light mode name: Switch to system preference
primary: teal
accent: lime
markdown_extensions: markdown_extensions:
- admonition - admonition
extra_css:
- stylesheets/extra.css