update chatroom challenge and mildly reshuffle challenges

This commit is contained in:
Michael Q Larson
2014-11-28 17:33:05 -08:00
parent ffc4c31d25
commit 13a66962ca
2 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
@text-color: @gray-dark;
//** Global textual link color.
@link-color: #34ad58;
@link-color: #4e8c39;
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);