mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use header colour for table headers
This commit is contained in:
@@ -27,6 +27,7 @@ $color-error: $color-5 !default;
|
||||
|
||||
// Table colors
|
||||
$color-tbl-cell-bg: $color-1 !default;
|
||||
$color-tbl-thead-txt: $color-headers !default;
|
||||
$color-tbl-thead-bg: $color-7 !default;
|
||||
|
||||
// Button colors
|
||||
|
||||
@@ -131,6 +131,7 @@ table {
|
||||
padding: 10px;
|
||||
border-bottom: none;
|
||||
background-color: $color-tbl-thead-bg;
|
||||
color: $color-tbl-thead-txt;
|
||||
font-size: 13px;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user