From ea09eda81e8cee58d5684df430eb584415789d48 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 8 Jun 2018 01:10:36 +0200 Subject: [PATCH] clear-typography: update to latest version --- css/clear-typography.css | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index 76e7ba3..a193e13 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -46,9 +46,9 @@ body { font-family: ClearSans, sans-serif; text-align:justify; - font-size: 16px; + font-size: 4mm; line-height: 1.5em; - color: #666; + color: #333; font-weight: 400; } @@ -60,22 +60,6 @@ em { font-style: italic; } -blockquote { - border-left:3px; - border-right:0px; - border-top:0px; - border-bottom:0px; - - font-size: 16px; - line-height: 1.5em; - - border-style:solid; - border-color:#999; - - padding-left:1em; - margin-left:1.5em; -} - a { color:#2484c1; text-decoration:none; @@ -105,7 +89,7 @@ h1 { border-right:0px; border-bottom:1px; border-color:#666; - border-style:dashed; + border-style:none; }