update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 03:20:06 -07:00
parent 090b093cf4
commit d05718c282
1 changed files with 20 additions and 0 deletions

View File

@ -148,3 +148,23 @@ h1, h2, h3, h4, h5, h6 {
border-left: 1px solid #cccccc;
padding-left: 0.5rem;
}
del {
text-decoration: line-through;
background-color: #fbb;
color: #555;
}
ins {
text-decoration: none;
background-color: #d4fcbc;
}
aside {
display: inline-block;
float: right;
width: 33%;
border: 1px solid #ccc;
margin-left: 0.5rem;
padding-left: 0.5rem;
}