View | Details | Raw Unified | Return to bug 29036
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-2 / +1 lines)
Lines 204-210 h1 { Link Here
204
}
204
}
205
205
206
.btn-primary {
206
.btn-primary {
207
    $base-bg: #77b50f;
207
    $base-bg: #548300;
208
    background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg);
208
    background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg);
209
    background-color: $base-bg;
209
    background-color: $base-bg;
210
    background-position: 0;
210
    background-position: 0;
211
- 

Return to bug 29036