Skip to content

Commit

Permalink
Changed color for .no
Browse files Browse the repository at this point in the history
  • Loading branch information
jrunning committed Apr 20, 2011
1 parent 72e9e56 commit e29a2cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/solarized-dark.scss
Expand Up @@ -173,10 +173,15 @@ $green : #859900;
} }


// literals e.g. 3.14, 600px // literals e.g. 3.14, 600px
.na, .no, .nv { .na, .nv {
color: $cyan; color: $cyan;
} }


// constants?
.no {
color : $yellow;
}

// class, global, and instance variables // class, global, and instance variables
.vc, .vg, .vi { .vc, .vg, .vi {
color: $blue; color: $blue;
Expand Down
7 changes: 6 additions & 1 deletion src/solarized-light.scss
Expand Up @@ -170,10 +170,15 @@ $green : #859900;
} }


// literals e.g. 3.14, 600px // literals e.g. 3.14, 600px
.na, .no, .nv { .na, .nv {
color: $cyan; color: $cyan;
} }


// constants?
.no {
color: $yellow;
}

// ?? // ??
.vc, .vg, .vi { .vc, .vg, .vi {
color: $blue; color: $blue;
Expand Down

0 comments on commit e29a2cf

Please sign in to comment.