summaryrefslogtreecommitdiff
path: root/darkly/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-12-08 19:47:39 -0500
committerThomas Park <thomas@thomaspark.me>2014-12-08 19:47:39 -0500
commitccbdc130412045f24ca9ddbc967dc800eef57195 (patch)
treeb7353ac52d1a4358df5c5967a7d944cf67debe88 /darkly/variables.less
parent7da2e905dfa8b9985fad3ff714afc62b1b9ff20d (diff)
darkly: lighten table-bg-accent, fixes #373
Diffstat (limited to 'darkly/variables.less')
-rw-r--r--darkly/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/darkly/variables.less b/darkly/variables.less
index 84ff91c4..76a77328 100644
--- a/darkly/variables.less
+++ b/darkly/variables.less
@@ -129,7 +129,7 @@
//** Default background color used for all tables.
@table-bg: transparent;
//** Background color used for `.table-striped`.
-@table-bg-accent: @gray-dark;
+@table-bg-accent: lighten(@gray-dark, 5%);
//** Background color used for `.table-hover`.
@table-bg-hover: @gray;
@table-bg-active: @table-bg-hover;