Added highlighting styles

This commit is contained in:
David Taylor
2016-03-16 12:17:26 +00:00
parent 11e9931438
commit 481f56a4bd
3 changed files with 13 additions and 3 deletions

View File

@@ -75,6 +75,16 @@ textarea {
}
}
del {
background-color: #f2dede;
border-radius: 3px;
}
ins {
background-color: #dff0d8;
border-radius: 3px;
}
.loading-animation {
position: relative;
margin: 30px auto 0;