7 lines
100 B
CSS
7 lines
100 B
CSS
::selection{
|
|
background-color:#888;
|
|
}
|
|
body{
|
|
white-space:pre-wrap;
|
|
font:1em monospace;
|
|
}
|