Skip to content

Commit 6aeb7ec

Browse files
authored
Tweak the orange button color (#8266)
Updates the orange button's color such that its color contrast is at least 3:1 on both our body's and header's background colors. Currently, the color is dark enough on our white background, but too dark for our blue background. Addresses #8265
1 parent 8613fec commit 6aeb7ec

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/Bootstrap/dist/css/bootstrap.css

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
@btn-info-border: darken(@btn-info-bg, 5%);
167167

168168
@btn-warning-color: #fff;
169-
@btn-warning-bg: darken(@brand-warning, 5.75%);
169+
@btn-warning-bg: darken(@brand-warning, 4.5%);
170170
@btn-warning-border: darken(@btn-warning-bg, 5%);
171171

172172
@btn-danger-color: #fff;

0 commit comments

Comments
 (0)