Fix move table columns dark color issues for Bootstrap theme

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2023-06-14 10:05:07 -03:00
parent c6f04fbedc
commit e0011b28ae
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -915,9 +915,9 @@ table#index_columns {
}
li {
background: #d3dce3;
border: 1px solid #aaa;
color: $black;
background-color: var(--bs-secondary-bg);
border: 1px solid var(--bs-border-color);
color: var(--bs-secondary-color);
font-weight: bold;
margin: 0.4em;
padding: 0.2em;