diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index be5abbe..e0155ee 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -10,6 +10,7 @@ html { body { background: #f0f0f0; font-family: 'Lato', sans-serif; + font-size: 16px; margin-bottom: 4em; padding-bottom: 2em; } @@ -75,6 +76,5 @@ h1,h2,h3,h4,h5 { } .content { - font-size: 16px; line-height: 30px; } diff --git a/templates/package.lucius b/templates/package.lucius index ad7eb9a..a53c748 100644 --- a/templates/package.lucius +++ b/templates/package.lucius @@ -164,7 +164,6 @@ h3 { } pre,pre code,code { font-family: ubuntu mono, dejavu sans mono, monospace; - font-size: 15px; background: #f8f8f8; } pre { diff --git a/templates/stackage-home.lucius b/templates/stackage-home.lucius index c32c9a9..2920990 100644 --- a/templates/stackage-home.lucius +++ b/templates/stackage-home.lucius @@ -11,11 +11,6 @@ h2 { color: #555 !important; } -.date { - font-size: 15px; - line-height: 15px; -} - hr { border: 1px solid #ddd } @@ -88,7 +83,3 @@ p + ul { font-size: 1.3em; font-weight: 600; } - -.cabal { - font-size: 0.9em; -}