Skip to content

Commit

Permalink
change brand to kfd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Feb 19, 2024
1 parent 0ea9423 commit 3a43499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/scss/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}

.u-page-ribbon {
background: linear-gradient(to right, $brand-primary, $brand-primary 33%, $brand-secondary 66%, $brand-secondary);
background: $brand-primary;
height: 0.5em;
}

Expand Down
8 changes: 4 additions & 4 deletions adhocracy-plus/assets/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// subset of bootstrap variables
$brand-primary: #2d40cc; // ultramarine
$brand-primary: lighten(#d60456, 3%); // purpur

$brand-secondary: #90efe4 !default; // terquoise
$brand-secondary: $brand-primary !default; // purpur

$brand-tertiary: #008dc5 !default; // prussian blue
$brand-tertiary: $brand-primary !default; // prussian blue

/* Don't use variables but hex-values here as they should not be overwritten on organisation pages */
$brand-success: #a3ef90 !default;
Expand Down Expand Up @@ -42,7 +42,7 @@ $print-link: #005cb4 !default;

$brand-primary-tint: lighten($brand-primary, 47%) !default;
$brand-secondary-tint: lighten($brand-secondary, 20%) !default;
$brand-tertiary-tint: lighten($brand-tertiary, 55%) !default;
$brand-tertiary-tint: lighten($brand-tertiary, 50%) !default;

$bg-light: #f7f7f7;
$bg-tertiary: $brand-tertiary-tint !default;
Expand Down

0 comments on commit 3a43499

Please sign in to comment.