From 97664e83d4eb0ec3a049e79d06273194d5212b25 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Tue, 16 Oct 2012 12:15:20 -0700 Subject: Using source code proo --- theme/css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'theme/css/default.css') diff --git a/theme/css/default.css b/theme/css/default.css index 1d7ed72..63c3cf7 100644 --- a/theme/css/default.css +++ b/theme/css/default.css @@ -295,7 +295,7 @@ slides > slide.dark { /* line 171, ../scss/default.scss */ slides > slide:not(.nobackground):before { font-size: 12pt; - content: "#io12"; + content: "#yourhashtag"; position: absolute; bottom: 20px; left: 60px; @@ -527,7 +527,7 @@ ul ul { /* line 373, ../scss/default.scss */ pre { - font-family: 'Inconsolata', 'Courier New', monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; font-size: 20px; line-height: 28px; padding: 10px 0 10px 60px; @@ -563,7 +563,7 @@ pre[data-lang="go"] { /* line 404, ../scss/default.scss */ code { font-size: 95%; - font-family: 'Inconsolata', 'Courier New', monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; color: black; } -- cgit v1.2.3