Onionr/static-data/www/board/theme.css
2020-03-29 18:51:12 -05:00

12 lines
148 B
CSS
Executable File

.cMsg{
word-wrap:break-word;
word-break:break-word;
white-space: pre-wrap;
}
body{
background-color: #212224;
color: white;
}