Skip to content

Commit

Permalink
ENH Switch to the more fragrant blue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Aug 17, 2023
1 parent 2c725f9 commit 66483d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/components/Loading/Loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $dash: 750;
&__fill-left,
&__fill-right {
fill: none;
stroke: $mid-blue;
stroke: $blue;
stroke-width: 70;
stroke-dasharray: $dash;
transform: translateZ(0);
Expand Down
4 changes: 2 additions & 2 deletions client/src/styles/_bootstrap-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ $grays: (
900: $gray-900
) !default;

$blue: #005a93; // custom
$mid-blue: #005AE1; // custom
$blue: #005ae1; // custom
$mid-blue: #0071c4; // custom
$indigo: #6610f2 !default; // bootstrap default
$purple: #6f42c1 !default; // bootstrap default
$pink: #e83e8c !default; // bootstrap default
Expand Down
6 changes: 3 additions & 3 deletions client/src/styles/legacy/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ html, body {
flex-direction: column;
align-items: center;
justify-content: center;
color: $mid-blue;
color: $blue;
position: absolute;
width: 100%;
height: 100%;
Expand All @@ -715,7 +715,7 @@ html, body {
background: $body-bg;

&__text {
color: $mid-blue;
color: $blue;
position: relative;
font-weight: normal;
margin: $spacer * 6 $spacer 0 $spacer * 1.5;
Expand All @@ -732,7 +732,7 @@ html, body {
}

&__dot {
fill: $mid-blue;
fill: $blue;
opacity: 1;

$dot-animation--timing: .5s;
Expand Down

0 comments on commit 66483d8

Please sign in to comment.