46 lines
422 B
Plaintext
46 lines
422 B
Plaintext
/*
|
|
Whitespace
|
|
*/
|
|
.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;
|
|
}
|
|
.empty {
|
|
|
|
}
|