fixes gentoo style. Fixes redtext markup. Adds orange quoting (ie: <).

This commit is contained in:
nonmakina 2021-01-04 15:59:59 -06:00
parent b03d4f7c54
commit 2a37ad3b5d
4 changed files with 24 additions and 2 deletions

View file

@ -1953,4 +1953,12 @@ div.mix {
footer {
margin-bottom: 50px;
}
}
span.underline {
text-decoration: underline;
}
span.orangeQuote {
color: #FF8C00;
}