Remove custom color for attr-table row headings

This commit is contained in:
Jeremy Stretch 2024-02-22 16:04:28 -05:00
parent 6ba83a9b56
commit f803965b1c
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -23,7 +23,6 @@ table.attr-table {
// Restyle row header // Restyle row header
th { th {
color: $gray-700;
font-weight: normal; font-weight: normal;
width: min-content; width: min-content;
} }