diff --git a/app/assets/stylesheets/new_design/table.scss b/app/assets/stylesheets/new_design/table.scss index 43b37eb77..90903b7e3 100644 --- a/app/assets/stylesheets/new_design/table.scss +++ b/app/assets/stylesheets/new_design/table.scss @@ -36,17 +36,11 @@ th { @include vertical-padding($default-spacer); - font-weight: normal; &.header-section { color: $blue; - font-weight: bold; font-size: 20px; } } - - td { - font-weight: bold; - } } }