This commit is contained in:
2025-05-13 11:05:15 -07:00
parent c2cabc43e8
commit 498d5251a2
3 changed files with 10 additions and 1 deletions

4
dist/app.css vendored
View File

@@ -12128,6 +12128,10 @@ footer.sub-footer {
padding: 1rem 0;
font-size: 0.75rem;
}
footer.sub-footer a {
color: #333333;
text-decoration: underline;
}
.intro_block, .single-team-member .team-member-top, .post-type-archive-team-member .team-members-top {
background-size: cover;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
"/app.css": "/app.css?id=7d12ecf1ae4f9ae43cc10d486e7cdc7c"
"/app.css": "/app.css?id=a9a241fa2d0c6d7df1aaeb94c49d6409"
}

View File

@@ -41,4 +41,9 @@ footer.sub-footer {
background-color: $c-offWhiteLight;
padding: 1rem 0;
font-size: 0.75rem;
a {
color: $c-textGrey;
text-decoration: underline;
}
}