[IMP] runbot_merge: don't inherit color in bg

They don't have a color in the first place so it's useless.
This commit is contained in:
Xavier Morel 2025-03-13 10:41:04 +01:00
parent 3b230a9a8d
commit fcd58141ae

View File

@ -61,7 +61,6 @@ h1, h2, h3, h4, h5, h6{
margin-bottom: 0.33em !important;
}
.bg-success, .bg-info, .bg-warning, .bg-danger, .bg-gray-lighter,
.table-success, .table-info, .table-warning, .table-danger {
color: inherit;
}