11 lines
147 B
CSS
Executable File
11 lines
147 B
CSS
Executable File
|
|
.cMsg{
|
|
word-wrap:break-word;
|
|
word-break:break-word;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
body{
|
|
background-color: #212224;
|
|
color: white;
|
|
} |