5htp-core 0.2.2-1 → 0.2.2-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "5htp-core",
3
3
  "description": "Convenient TypeScript framework designed for Performance and Productivity.",
4
- "version": "0.2.2-1",
4
+ "version": "0.2.2-2",
5
5
  "author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
6
6
  "repository": "git://github.com/gaetanlegac/5htp-core.git",
7
7
  "license": "MIT",
@@ -123,7 +123,7 @@ ol.steps {
123
123
  ol.steps > li:before,
124
124
  strong.step {
125
125
 
126
- background: @c1SuperLight;
126
+ background: @c1 + #666;
127
127
  color: @c1;
128
128
 
129
129
  text-align: center;