1
0
mirror of https://github.com/kirsle/kirsle.net synced 2024-11-14 04:49:29 +00:00

Markdown overrides for comments

This commit is contained in:
Noah 2014-10-16 01:39:25 +00:00
parent 3203b3fc94
commit e50d8ee37f

View File

@ -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 *
******************************************************************************/