Updated styles to ensure that h2 and h3 are smaller than h1

This commit is contained in:
Kevin Neaton 2014-03-13 14:48:47 -05:00
parent 9ba5c6ccc7
commit 56a9e6a004

View file

@ -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"}]