Skip to content

Commit

Permalink
[BI-2102] improved colors based on demo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davedrp committed Jun 18, 2024
1 parent 114f637 commit d2bbe89
Show file tree
Hide file tree
Showing 2 changed files with 1,045 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ $blue: #1B64DD;
$purple: #763FCE;
$magenta: #9c27b0;
$applegreen: #C1ED2F;
$lt-turquoise: #65c2c4;
$turquoise: #3FB3B6;
$dark-turquoise: #287274;
$dark-turquoise: #297577;
//$dark-turquoise: #2d8082;
$very-dark-turquoise: #1b4c4e;
$darkmenu: #4a4a4a; // $grey-dark, can't specify here because variables not loaded
$link-light: #edf3fd; // variables not loaded
$pending: $applegreen;
Expand All @@ -49,7 +52,7 @@ $custom-colors: (
// Update Bulma's global variables
$family-sans-serif: "Source Sans Pro", "Segoe UI", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$primary: $purple;
$info: $dark-turquoise;
$info: $turquoise;
$family-heading: "Fira Sans", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$code: $magenta;
$menu-item-color: white;
Expand Down Expand Up @@ -115,6 +118,7 @@ $divider-margin-inner-size: 0;
// Overrides that can't be done with variables go here
// may be broken out into a separate file later


main {
/*
a {
Expand Down Expand Up @@ -156,7 +160,8 @@ nav.pagination {
flex-grow: 0;
flex-shrink: 0;
& li a.is-current {
background-color: $info;
background-color: $lt-turquoise;
color: $very-dark-turquoise;
border: none;
}
}
Expand Down
Loading

0 comments on commit d2bbe89

Please sign in to comment.