mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
8 lines
132 B
CSS
8 lines
132 B
CSS
|
/* Master Styles */
|
||
|
|
||
|
body {
|
||
|
background-color: black;
|
||
|
margin: 2em;
|
||
|
font-family: 'Montserrat', sans-serif;
|
||
|
font-weight: 100;
|
||
|
}
|