From fd1193f73a221141fe4911d6ac96a625d3fde02e Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 31 Aug 2015 16:14:32 -0400 Subject: [PATCH] add redtext css rules --- contrib/static/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index a7a4de9..5720b30 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -144,6 +144,11 @@ body { color: green; } +.redtext { + color: #d50505; + font-weight: bold; +} + .intro { margin-bottom: 0.75em; }