mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06: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;
|
||
|
}
|