mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
12 lines
166 B
CSS
12 lines
166 B
CSS
/* Master Styles */
|
|
|
|
.inspec-tutorial {
|
|
color: white;
|
|
background-color: black;
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
}
|