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;
}