Skip to content

Commit e0011b2

Browse files
committed
Fix move table columns dark color issues for Bootstrap theme
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent c6f04fb commit e0011b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/themes/bootstrap/scss/_common.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,9 +915,9 @@ table#index_columns {
915915
}
916916

917917
li {
918-
background: #d3dce3;
919-
border: 1px solid #aaa;
920-
color: $black;
918+
background-color: var(--bs-secondary-bg);
919+
border: 1px solid var(--bs-border-color);
920+
color: var(--bs-secondary-color);
921921
font-weight: bold;
922922
margin: 0.4em;
923923
padding: 0.2em;

0 commit comments

Comments
 (0)