From 56a9e6a0046726998ed43a2e65ab4d7d869409e3 Mon Sep 17 00:00:00 2001 From: Kevin Neaton Date: Thu, 13 Mar 2014 14:48:47 -0500 Subject: [PATCH] Updated styles to ensure that h2 and h3 are smaller than h1 --- src/marginalia/html.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/marginalia/html.clj b/src/marginalia/html.clj index b818293..746bbd0 100644 --- a/src/marginalia/html.clj +++ b/src/marginalia/html.clj @@ -302,6 +302,8 @@ :background-color "#F5F5FF"}] [:h1 {:font-size "20px" :margin-top 0}] + [:h2 {:font-size "18px"}] + [:h3 {:font-size "16px"}] [:a.anchor {:text-decoration "none" :color "#252519"}] [:a.anchor:hover {:color "#5050A6"}]