Skip to content

Commit 4b7ed80

Browse files
authored
swap hardcoded bg-warning text color to black on installation (joomla#45717)
1 parent e92c444 commit 4b7ed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/template/scss/template.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ caption {
460460
}
461461

462462
.bg-warning {
463-
color: #fff;
463+
color: #000;
464464
}
465465

466466
// footer

0 commit comments

Comments
 (0)