From 8468cff288aae034459e3020b734cde0cde81af1 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 15 Jun 2017 04:34:16 +0000 Subject: [PATCH] Slightly subtler styling --- tagslice.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tagslice.css b/tagslice.css index a2f0d6c..9e25749 100644 --- a/tagslice.css +++ b/tagslice.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css?family=Roboto:400,600'); +@import url('https://fonts.googleapis.com/css?family=Roboto:400,500'); :root { /* Highly approximate color names from our pallette */ @@ -79,9 +79,10 @@ cardSection { } cardSectionTitle { - font-weight: 600; + font-weight: 500; } cardSectionText { margin-top: 0.2rem; + font-size: 90%; }