From e50d8ee37fe2c6ed5c1f0e7baeee5132b98188c4 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 16 Oct 2014 01:39:25 +0000 Subject: [PATCH] Markdown overrides for comments --- www/solar/screen.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/www/solar/screen.css b/www/solar/screen.css index 3a747d3..7a456b4 100644 --- a/www/solar/screen.css +++ b/www/solar/screen.css @@ -364,6 +364,20 @@ ul.blog-categories li:last-child:after { padding: 5px } +/* Comment style overrides */ +.comment h1 { + font-size: 14pt; +} +.comment h2 { + font-size: 12pt; +} +.comment h3 { + font-size: 10pt; +} +.comment h4 { + font-size: 9pt; +} + /******************************************************************************* * Supernova Website Design Classes - Copyright 2009 Casey Kirsle - Kirsle.com * ******************************************************************************/