From f7539ca79432686ba339a90c826c028678483e8e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 5 Jul 2013 08:52:27 +0100 Subject: [PATCH] Skinnify headings --- themes/tiddlywiki/snowwhite/base.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 472e6dc2d..205a83847 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -77,6 +77,7 @@ body { h1, h2, h3, h4, h5, h6 { line-height: 1em; + font-weight: 300; } code, pre { @@ -254,6 +255,7 @@ a.tw-tiddlylink-external { display: inline-block; padding: 2px 9px; font-size: 11.844px; + font-weight: 300; line-height: 14px; color: #fff; white-space: nowrap;