Commit 28ae6284 authored by Enrique Alcantara's avatar Enrique Alcantara

Fix table colors

parent 5a8fc5b7
...@@ -4,6 +4,17 @@ ...@@ -4,6 +4,17 @@
} }
table { 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 { &.table {
margin-bottom: $gl-padding; margin-bottom: $gl-padding;
...@@ -32,8 +43,7 @@ table { ...@@ -32,8 +43,7 @@ table {
} }
th { th {
background-color: $gray-light; @include gl-bg-gray-100;
font-weight: $gl-font-weight-normal;
border-bottom: 0; border-bottom: 0;
&.wide { &.wide {
......
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