Moved plugin web files to be in the plugin folder to reduce staticfiles blueprint coupling

This commit is contained in:
Kevin Froman 2020-09-01 22:41:59 +00:00
parent 14f2d03ebf
commit 37e5dbab4b
23 changed files with 37 additions and 40 deletions

View file

@ -0,0 +1,11 @@
.cMsg{
word-wrap:break-word;
word-break:break-word;
white-space: pre-wrap;
}
body{
background-color: #212224;
color: white;
}