This commit is contained in:
2025-05-07 08:25:58 -07:00
parent 3b4d69340b
commit 15a1b56549
5 changed files with 23 additions and 12 deletions

24
dist/app.css vendored
View File

@@ -78,18 +78,18 @@
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-color: #333333;
--bs-body-color-rgb: 51, 51, 51;
--bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255;
--bs-emphasis-color: #000;
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(33, 37, 41, 0.75);
--bs-secondary-color-rgb: 33, 37, 41;
--bs-secondary-color: rgba(51, 51, 51, 0.75);
--bs-secondary-color-rgb: 51, 51, 51;
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
--bs-tertiary-color-rgb: 33, 37, 41;
--bs-tertiary-color: rgba(51, 51, 51, 0.5);
--bs-tertiary-color-rgb: 51, 51, 51;
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-heading-color: inherit;
@@ -99,7 +99,7 @@
--bs-link-hover-color: rgb(10.4, 88, 202.4);
--bs-link-hover-color-rgb: 10, 88, 202;
--bs-code-color: #d63384;
--bs-highlight-color: #212529;
--bs-highlight-color: #333333;
--bs-highlight-bg: rgb(255, 242.6, 205.4);
--bs-border-width: 1px;
--bs-border-style: solid;
@@ -3920,7 +3920,7 @@ textarea.form-control-lg {
--bs-navbar-toggler-padding-y: 0.25rem;
--bs-navbar-toggler-padding-x: 0.75rem;
--bs-navbar-toggler-font-size: 1.25rem;
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
--bs-navbar-toggler-border-radius: var(--bs-border-radius);
--bs-navbar-toggler-focus-width: 0.25rem;
@@ -4530,7 +4530,7 @@ textarea.form-control-lg {
--bs-accordion-btn-padding-y: 1rem;
--bs-accordion-btn-color: var(--bs-body-color);
--bs-accordion-btn-bg: var(--bs-accordion-bg);
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
--bs-accordion-btn-icon-width: 1.25rem;
--bs-accordion-btn-icon-transform: rotate(-180deg);
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
@@ -11978,6 +11978,10 @@ img {
max-width: 100%;
}
a {
text-decoration: none;
}
.goudy {
font-family: "Goudy Bookletter 1911", serif;
}
@@ -12014,7 +12018,7 @@ img {
}
.team-member {
margin-top: -197px;
margin-top: -162px;
}
.team-member .content-wrapper {
background-color: #F9F8F8;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=6ab8c496bcbad6013bedb1a64fbe29f6"
"/app.css": "/app.css?id=1ccc9475fed63639efe0734f1dfab66b"
}

View File

@@ -5,5 +5,8 @@ $c-borderGrey: #C5C5C5;
$c-navy: #063C5A;
$c-charcoal: #2B2400;
$c-tan: #B9AF78;
$c-textGrey: #333333;
// Bootstrap overrides
$font-family-sans-serif: 'Inter', sans-serif;
$body-color: $c-textGrey;

View File

@@ -2,6 +2,10 @@ img {
max-width: 100%;
}
a {
text-decoration: none;
}
.goudy {
font-family: 'Goudy Bookletter 1911', serif;
}

View File

@@ -13,7 +13,7 @@
}
.team-member {
margin-top: -197px;
margin-top: -162px;
.content-wrapper {
background-color: $c-offWhiteLight;