Skip to content

Commit

Permalink
Add remaining style guide colors and update BS dark
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Sep 4, 2024
1 parent 622df68 commit 483020e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
6 changes: 4 additions & 2 deletions src/scss/_bootstrap-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ $enable-rounded: false;

// Establish variables for City of Detroit style guide.
$cod-city-green: #004445;
$cod-light-grey: #f2f2f2;
$cod-spirit-green: #279989;
$cod-pale-green: #9fd5b3;
$cod-accent-yellow: #feb70d;
$cod-near-black: #18252a;
$cod-light-grey: #f2f2f2;

// Set default colors for the theme.
$primary: $cod-city-green !default;
Expand All @@ -61,8 +63,8 @@ $success: $cod-pale-green !default;
$info: $cod-city-green !default;
$warning: $cod-accent-yellow !default;
$danger: #b3393b !default;
$dark: $cod-near-black !default;
$light: #fff !default;
$dark: #000 !default;

$focus-ring-width: 0.25rem;
$focus-ring-opacity: 1;
Expand Down
60 changes: 30 additions & 30 deletions src/shared/themed-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 483020e

Please sign in to comment.