Visual edits. Add Massachusetts logo to homepage and change background color

This commit is contained in:
rebuilt 2023-01-09 21:00:10 -08:00
parent a0590c7748
commit e0c13466ab
9 changed files with 40 additions and 22 deletions

BIN
app/assets/images/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -6,7 +6,9 @@ $light-blue: #FAFCFD;
$white: #FFFFFF;
$blue: #01788E;
$dark-blue: #004D61;
$dark-blue: #1d2742;
// #1d2742;
$red: #C93047;
$dark-red: #920020;
@ -41,6 +43,9 @@ $ideal: $purple;
color: $blue;
}
.color-dark-blue {
color: $dark-blue;
}
.color-lime {
color: $lime;
}
@ -61,6 +66,10 @@ $ideal: $purple;
background-color: $blue;
}
.bg-dark-blue {
background-color: $dark-blue;
}
.bg-color-purple {
background-color: $purple;
}