Archived
1
0

add redtext css rules

This commit is contained in:
jeff 2015-08-31 16:14:32 -04:00
parent 64cd178b2a
commit fd1193f73a

View File

@ -144,6 +144,11 @@ body {
color: green;
}
.redtext {
color: #d50505;
font-weight: bold;
}
.intro {
margin-bottom: 0.75em;
}