style instead of styles

This commit is contained in:
Kevin Sawicki
2014-02-22 10:00:14 -08:00
parent a674950ce1
commit cf382ea2f8

View File

@@ -45,8 +45,8 @@ Open up _stylesheets/colors.less_ to change the various colors variables which
have been already been defined. For example, turn `@red` into `#f4c2c1`.
Then open _stylesheets/base.less_ and modify the various selectors that have
been already been defined. Each of these selectors styles different parts of
code in the editor such as comments, strings and the line numbers in the gutter.
been already been defined. These selectors style different parts of code in the
editor such as comments, strings and the line numbers in the gutter.
As an example, let's make the `.gutter` `background-color` into `@red`.