solarized readme updated with new css sample link
parent
2a96ff0811
commit
832e6137fe
|
|
@ -144,6 +144,9 @@ Features
|
||||||
themselves, as with the monotone \*a\*b values, have been adjusted within
|
themselves, as with the monotone \*a\*b values, have been adjusted within
|
||||||
a small range to achieve the most pleasing combination of colors.
|
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
|
This makes colorscheme inversion trivial. Here, for instance, is a sass
|
||||||
(scss) snippet that inverts solarized based on the class of the html tag
|
(scss) snippet that inverts solarized based on the class of the html tag
|
||||||
(e.g. `<html class="dark red">` to give a dark background with red accent):
|
(e.g. `<html class="dark red">` to give a dark background with red accent):
|
||||||
|
|
@ -184,6 +187,8 @@ Features
|
||||||
rendering-intent: auto;
|
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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue