diff options
Diffstat (limited to 'darkly/variables.less')
-rw-r--r-- | darkly/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/darkly/variables.less b/darkly/variables.less index c0fca5a5..050491c6 100644 --- a/darkly/variables.less +++ b/darkly/variables.less @@ -122,9 +122,9 @@ //** Default background color used for all tables. @table-bg: transparent; //** Background color used for `.table-striped`. -@table-bg-accent: #434343; +@table-bg-accent: @gray-dark; //** Background color used for `.table-hover`. -@table-bg-hover: @gray-dark; +@table-bg-hover: @gray; @table-bg-active: @table-bg-hover; //** Border color for table and cell borders. |