Commit 0fa52454 authored by Mark Florian's avatar Mark Florian

Merge branch '213324-fix-table-colors' into 'master'

Fix table colors

Closes #213324

See merge request gitlab-org/gitlab!30903
parents 9aa77ab2 baa8adca
......@@ -4,6 +4,17 @@
}
table {
/*
* TODO
* This is a temporary workaround until we fix the neutral
* color palette in https://gitlab.com/gitlab-org/gitlab/-/issues/213570
*
* Remove this code as soon as this happens
*/
&.gl-table {
@include gl-text-gray-700;
}
&.table {
margin-bottom: $gl-padding;
......@@ -32,8 +43,7 @@ table {
}
th {
background-color: $gray-light;
font-weight: $gl-font-weight-normal;
@include gl-bg-gray-100;
border-bottom: 0;
&.wide {
......
---
title: Increase constrast ratio of text in some tables
merge_request: 30903
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