12 lines
131 B
CSS
12 lines
131 B
CSS
.sbdocs-preview > div:last-of-type code {
|
|
color: white;
|
|
}
|
|
|
|
body {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.os-host {
|
|
color: red;
|
|
}
|