This commit is contained in:
Madison Scott-Clary
2019-08-11 11:50:08 -07:00
parent 8b776e6284
commit 108e9909d7
2 changed files with 117 additions and 0 deletions

View File

@ -110,6 +110,13 @@ blockquote em {
white-space: pre-wrap;
margin-top: 0;
}
.cw {
color: #800;
text-align: right;
}
.cw:before, .cw:after {
content: '⚠';
}
pre {
white-space: pre-wrap;
font-family: 'Ubuntu Mono', monospace;