diff --git a/themes/wporg-5ftf/css/objects/_pledge-form.scss b/themes/wporg-5ftf/css/objects/_pledge-form.scss index 3eb6777..9c08187 100644 --- a/themes/wporg-5ftf/css/objects/_pledge-form.scss +++ b/themes/wporg-5ftf/css/objects/_pledge-form.scss @@ -76,7 +76,32 @@ td * { vertical-align: middle; } - + + thead { + background-color: #fff; + color: inherit; + + th { + border-bottom-color: $color-gray-light-700; + } + } + + tr > * { + border-top-color: $color-gray-light-700; + + &:first-child { + border-left-color: $color-gray-light-700; + } + + &:last-child { + border-right-color: $color-gray-light-700; + } + } + + tr:last-child > * { + border-bottom-color: $color-gray-light-700; + } + .avatar { margin-right: 8px; }