Skip to content

Commit

Permalink
assets/variables: replace main colours with kosmo colours and overwri…
Browse files Browse the repository at this point in the history
…te serif font, add kosmo logo to make it look styled for presentation
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Mar 26, 2021
1 parent d379b5b commit 8c5f00a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 16 deletions.
10 changes: 10 additions & 0 deletions adhocracy-plus/assets/images/logos/logo-blank.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 25 additions & 10 deletions adhocracy-plus/assets/images/logos/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions adhocracy-plus/assets/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// subset of bootstrap variables
$brand-primary: #2d40cc; // ultramarine
$brand-primary: #2a2077; //kosmo dark blue

$brand-secondary: #90efe4 !default; // terquoise
$brand-secondary-dark: #46caad !default; //darker terquoise
$brand-secondary: #391df2 !default; //kosmo red
$brand-secondary-dark: $brand-secondary !default;

$brand-tertiary: #008dc5 !default; // prussian blue
$brand-tertiary: #391df2 !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 All @@ -21,7 +21,7 @@ $danger: $brand-danger !default;

$body-bg: #fff !default;

$text-color: #1a1a1a !default;
$text-color: #212529 !default; // kosmo print colour
$text-color-inverted: $body-bg !default;
$text-color-gray: #666 !default;
$overlay: rgba(#000, 0.5) !default;
Expand Down Expand Up @@ -64,7 +64,7 @@ $feedback-color-rejected: #dc3818 !default;
$feedback-color-consideration: #ffae00 !default;

$font-family-base: "SourceSansPro", sans-serif !default;
$font-family-serif: "SourceSerifPro", serif !default;
$font-family-serif: "SourceSansPro", sans-serif !default; //quick change for first release

$font-size-xxxl: 2.5rem !default;
$font-size-xxl: 2rem !default;
Expand Down

0 comments on commit 8c5f00a

Please sign in to comment.