From 51b4f0c84a5df4422c97819712186bf68a330079 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 22 Aug 2017 08:05:01 -0700 Subject: web: improve sample and fix underlines on links --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index b862c9a80..b4bec51fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,8 +35,8 @@ body { background-color: #f4f4f4; color: #414141; font: 16px/22px Interface, sans-serif; - letter-spacing:-0.1px; - font-weight: 400; /*300=light, 400=regular, 500=medium, 600=semibold*/ + letter-spacing: -0.1px; + font-weight: 400; padding-bottom: 30px; } @@ -49,7 +49,7 @@ a { rgba(0,0,0,0) 50%); background-repeat: repeat-x; background-size: 2px .1em; - background-position: 0 1.155em; + background-position: 0 1.07em; text-shadow: /* creates "openings" for descenders in the underline */ -1px -1px 0 #f4f4f4, -- cgit v1.2.3