This commit is contained in:
2020-04-16 19:01:59 +00:00
parent 4d4962f290
commit 52ea7c5480
2 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
.multi-line {
white-space: pre-line;
}
white-space: pre-line;
}
.aywiki > blockquote {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
background-color: rgb(245, 252, 255);
}