From: Bruno Trecenti Date: Wed, 26 Feb 2014 12:41:21 +0000 (-0300) Subject: better organizing the cycle names X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=commitdiff_plain;h=98727f4b22defac583218fbbde96b914638482e8 better organizing the cycle names --- diff --git a/examples/default.html b/examples/default.html index cdf94aa..87fa986 100644 --- a/examples/default.html +++ b/examples/default.html @@ -14,15 +14,17 @@ padding: 20px; } svg circle { - fill: transparent; - stroke: #cacaca; + stroke: #fff; + fill: #cacaca; } svg text { - font: 14px 'Open Sans'; - fill: #7a7a7a; + font: 11px 'Open Sans'; + font-variant: small-caps; + text-transform:uppercase; + fill: #000; } svg line { - stroke: #cacaca; + stroke: #fff; } @@ -30,13 +32,18 @@