Commit 09e84de0 authored by Enrique Alcántara's avatar Enrique Alcántara Committed by Annabel Dunstone Gray

Fix markdown table borders

Use border color specified in Pajamas for markdown table borders
parent 8bd230ee
...@@ -179,15 +179,15 @@ ...@@ -179,15 +179,15 @@
tbody { tbody {
background-color: $white-light; background-color: $white-light;
td {
border-color: $gray-200;
}
} }
tr { tr {
th { th {
border-bottom: solid 2px $gl-gray-200; border-bottom: solid 2px $gray-300;
}
td {
border-color: $gl-gray-200;
} }
} }
......
...@@ -12,6 +12,7 @@ $font-family-sans-serif: $regular-font; ...@@ -12,6 +12,7 @@ $font-family-sans-serif: $regular-font;
$font-family-monospace: $monospace-font; $font-family-monospace: $monospace-font;
$btn-line-height: 20px; $btn-line-height: 20px;
$table-accent-bg: $gray-light; $table-accent-bg: $gray-light;
$table-border-color: $gray-200;
$card-border-color: $border-color; $card-border-color: $border-color;
$card-cap-bg: $gray-light; $card-cap-bg: $gray-light;
$success: $green-500; $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