From 69bf9b51ec441fa4f7924d53f3e620a203bff83d Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 27 Nov 2013 11:00:21 -0500 Subject: include slide number color in theme template --- css/theme/blood.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css/theme/blood.css') diff --git a/css/theme/blood.css b/css/theme/blood.css index 91521ab..0aefdd9 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -140,6 +140,12 @@ body { -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } +/********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #aa2233; } + .reveal p { font-weight: 300; text-shadow: 1px 1px #222222; } -- cgit v1.2.3