From 832e6137fe65f757c763d48884f823606a7b83a8 Mon Sep 17 00:00:00 2001 From: Ethan Schoonover Date: Mon, 4 Apr 2011 20:56:15 -0700 Subject: [PATCH] solarized readme updated with new css sample link --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4788b7b..46cc1fd 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,9 @@ Features themselves, as with the monotone \*a\*b values, have been adjusted within a small range to achieve the most pleasing combination of colors. + See also the [Usage & Development](#usage-development) section below for + details on the specific values to be used in different contexts. + This makes colorscheme inversion trivial. Here, for instance, is a sass (scss) snippet that inverts solarized based on the class of the html tag (e.g. `` to give a dark background with red accent): @@ -184,6 +187,8 @@ Features rendering-intent: auto; } + See also [the full css stylesheet for this site](https://github.com/altercation/ethanschoonover.com/blob/master/resources/css/style.css). + Installation ------------