Commit fceb5d61 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '27884-fix-table-styles' into 'master'

Fix markdown table border colors

Closes #27884

See merge request gitlab-org/gitlab!22314
parents 8bd230ee 09e84de0
......@@ -179,15 +179,15 @@
tbody {
background-color: $white-light;
td {
border-color: $gray-200;
}
}
tr {
th {
border-bottom: solid 2px $gl-gray-200;
}
td {
border-color: $gl-gray-200;
border-bottom: solid 2px $gray-300;
}
}
......
......@@ -12,6 +12,7 @@ $font-family-sans-serif: $regular-font;
$font-family-monospace: $monospace-font;
$btn-line-height: 20px;
$table-accent-bg: $gray-light;
$table-border-color: $gray-200;
$card-border-color: $border-color;
$card-cap-bg: $gray-light;
$success: $green-500;
......
---
title: Fix markdown table border colors
merge_request: 22314
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment