summaryrefslogtreecommitdiff
path: root/journal/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-08-05 18:46:20 -0400
committerThomas Park <thomas@thomaspark.me>2012-08-05 18:46:20 -0400
commit33a124204f088c95a938f1b7cb1da9806cf92f4b (patch)
tree0a0b024e0b8d702b2d9607ae9e707371de2c26b9 /journal/variables.less
parent55c8e4515418f461b76a9af78492b610babc69a1 (diff)
journal: make hero-unit h1 black
Diffstat (limited to 'journal/variables.less')
-rwxr-xr-xjournal/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal/variables.less b/journal/variables.less
index ad5f3a2a..01822ae9 100755
--- a/journal/variables.less
+++ b/journal/variables.less
@@ -166,7 +166,7 @@
// Hero unit
// -------------------------
@heroUnitBackground: @grayLighter;
-@heroUnitHeadingColor: inherit;
+@heroUnitHeadingColor: @headingsColor;
@heroUnitLeadColor: inherit;