mirror of
https://github.com/inspec/inspec
synced 2025-02-19 23:48:43 +00:00
11 lines
150 B
CSS
11 lines
150 B
CSS
/* Master Styles */
|
|
|
|
.inspec-tutorial {
|
|
color: white;
|
|
background-color: black;
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|