X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/067cb9c5b7b020da6dda398773cd7236fa3b51f2..refs/pull/2515/head:/resources/sass/_tables.scss diff --git a/resources/sass/_tables.scss b/resources/sass/_tables.scss index d0a920efc..315f979f3 100644 --- a/resources/sass/_tables.scss +++ b/resources/sass/_tables.scss @@ -2,7 +2,7 @@ table { min-width: 100px; max-width: 100%; thead { - background-color: #F8F8F8; + @include lightDark(background-color, #f8f8f8, #333); font-weight: 500; } td, th { @@ -28,6 +28,7 @@ table.table { padding: $-s $-s; vertical-align: middle; margin: 0; + overflow: visible; } th { font-weight: bold;