Skip to content

Commit bb4706e

Browse files
committed
More colour tweaks.
- Legacy-Id: 10585
1 parent 937fd70 commit bb4706e

9 files changed

Lines changed: 18 additions & 18 deletions

bootstrap/dist/css/bootstrap-theme.css

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

bootstrap/dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.css

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

bootstrap/dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/less/ietf.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@
127127
.position-block { background-color: @brand-danger; }
128128
.position-yes { background-color: @brand-success; }
129129
.position-noobj { background-color: hsl(hue(@brand-success), 80%, 85%); }
130-
.position-abstain { background-color: hsl(hue(@brand-primary), 80%, 70%); }
131-
.position-recuse { background-color: lighten(@gray-base, 50%); }
130+
.position-abstain { background-color: hsl(hue(@brand-warning), 80%, 70%); }
131+
.position-recuse { background-color: hsl(hue(@brand-primary), 80%, 70%); }
132132
.position-norecord { background-color: @body-bg; }
133133

134134
.position-discuss-row,
135135
.position-block-row { background-color: hsl(hue(@brand-danger), 90%, 92%) !important ; }
136136
.position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }
137137
.position-noobj-row { background-color: hsl(hue(@brand-success), 80%, 97%) !important ; }
138-
.position-abstain-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
139-
.position-recuse-row { background-color: lighten(@gray-base, 85%) !important ; }
138+
.position-abstain-row { background-color: hsl(hue(@brand-warning), 90%, 92%) !important ; }
139+
.position-recuse-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
140140
.position-norecord-row { background-color: inherit; }
141141

142142

0 commit comments

Comments
 (0)