This commit is contained in:
2025-06-02 16:20:01 -07:00
parent 6824e40ec8
commit 27eae68fe7
3 changed files with 7 additions and 1 deletions

1
dist/app.css vendored
View File

@@ -12538,6 +12538,7 @@ section.services-blocks .block {
}
section.services-blocks .block svg {
margin-bottom: 1rem;
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
section.services-blocks .block h3, section.services-blocks .block .h3 {
font-weight: bold;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=deacd1ceafb6b9ab71a87b1c5e9b5e0b"
"/app.css": "/app.css?id=f74d1f0531210b7364febc56b2a0d035"
}

View File

@@ -15,6 +15,7 @@ section.services-blocks {
svg {
margin-bottom: 1rem;
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
h3 {
@@ -28,6 +29,10 @@ section.services-blocks {
h3 {
color: $c-navy;
}
svg {
}
}
&:first-of-type {