26 lines
298 B
CSS
26 lines
298 B
CSS
.whitespace {
|
|
color: white;
|
|
}
|
|
.whitespace {
|
|
color: blue;
|
|
}
|
|
.whitespace {
|
|
color: green;
|
|
}
|
|
.whitespace {
|
|
color: pink;
|
|
}
|
|
.whitespace {
|
|
color: yellow;
|
|
}
|
|
.whitespace {
|
|
color: black;
|
|
}
|
|
.white, .space, .mania {
|
|
color: white;
|
|
}
|
|
.newlines {
|
|
background: the, great, wall;
|
|
border: 2px solid black;
|
|
}
|