mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Don't render a background by default
This commit is contained in:
parent
5adcfe97f0
commit
4b839b1c87
@ -356,7 +356,7 @@ $table-cell-padding: .75rem !default;
|
||||
$table-cell-padding-sm: .3rem !default;
|
||||
|
||||
$table-color: $body-color !default;
|
||||
$table-bg: transparent !default;
|
||||
$table-bg: null !default;
|
||||
$table-accent-bg: rgba($black, .05) !default;
|
||||
$table-hover-color: $table-color !default;
|
||||
$table-hover-bg: rgba($black, .075) !default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user