mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-12-22 20:25:30 +00:00
14 lines
181 B
CSS
14 lines
181 B
CSS
|
|
/* Custom styles for MkDocs Material */
|
||
|
|
body {
|
||
|
|
background-color: #c22525;
|
||
|
|
}
|
||
|
|
|
||
|
|
.md-nav__link {
|
||
|
|
color: #ff5722;
|
||
|
|
}
|
||
|
|
|
||
|
|
.md-typeset h1 {
|
||
|
|
font-size: 2.5em;
|
||
|
|
color: #3f51b5;
|
||
|
|
}
|