From ac07a6ff38148a071334ca7c81d7f6e39a059da3 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Sun, 15 Feb 2026 12:10:30 -0500 Subject: [PATCH] - change background to white and text to black manually --- .webstudio/data.json | 116 ++++++++++++++++++++--- app/__generated__/$.tsx | 2 +- app/__generated__/[about]._index.tsx | 4 +- app/__generated__/[contact]._index.tsx | 4 +- app/__generated__/[insurance]._index.tsx | 4 +- app/__generated__/[services]._index.tsx | 4 +- app/__generated__/_index.tsx | 4 +- app/__generated__/index.css | 17 +++- 8 files changed, 130 insertions(+), 25 deletions(-) diff --git a/.webstudio/data.json b/.webstudio/data.json index 7c80988..fff30f5 100644 --- a/.webstudio/data.json +++ b/.webstudio/data.json @@ -1,10 +1,10 @@ { "build": { - "id": "1b6cc26b-4450-4dde-8ef4-281961cbd9be", + "id": "c2185845-74cd-4fa2-81a5-8a326ad193cf", "projectId": "363652e3-9846-4534-acdf-9b2b3c66eec0", - "version": 6143, - "createdAt": "2026-02-15T16:49:59.508+00:00", - "updatedAt": "2026-02-15T16:49:59.508+00:00", + "version": 6147, + "createdAt": "2026-02-15T17:02:59.14+00:00", + "updatedAt": "2026-02-15T17:02:59.14+00:00", "pages": { "meta": { "siteName": "Inasa Healthcare", @@ -47179,7 +47179,7 @@ "property": "color", "value": { "type": "keyword", - "value": "white" + "value": "black" } } ], @@ -47358,14 +47358,104 @@ "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", "property": "backgroundColor", "value": { - "type": "color", - "colorSpace": "srgb", - "components": [ - 0.4706, - 0.5176, - 0.9412 - ], - "alpha": 1 + "type": "keyword", + "value": "white" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderTopColor:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderTopColor", + "value": { + "type": "keyword", + "value": "white" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderRightColor:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderRightColor", + "value": { + "type": "keyword", + "value": "white" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderBottomColor:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderBottomColor", + "value": { + "type": "keyword", + "value": "white" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderLeftColor:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderLeftColor", + "value": { + "type": "keyword", + "value": "white" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderTopStyle:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderTopStyle", + "value": { + "type": "keyword", + "value": "solid" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderRightStyle:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderRightStyle", + "value": { + "type": "keyword", + "value": "solid" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderLeftStyle:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderLeftStyle", + "value": { + "type": "keyword", + "value": "solid" + } + } + ], + [ + "hbFIXLCVEXK1_k9AFvMMA:5zaWVFAeAfWgFjJNQ0GET:borderBottomStyle:", + { + "breakpointId": "5zaWVFAeAfWgFjJNQ0GET", + "styleSourceId": "hbFIXLCVEXK1_k9AFvMMA", + "property": "borderBottomStyle", + "value": { + "type": "keyword", + "value": "solid" } } ] diff --git a/app/__generated__/$.tsx b/app/__generated__/$.tsx index 30a62a7..07a6c89 100644 --- a/app/__generated__/$.tsx +++ b/app/__generated__/$.tsx @@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; - export const lastPublished = "2026-02-15T16:49:59.508Z"; + export const lastPublished = "2026-02-15T17:02:59.140Z"; export const siteName = "Inasa Healthcare"; diff --git a/app/__generated__/[about]._index.tsx b/app/__generated__/[about]._index.tsx index 06f5e14..f0345d8 100644 --- a/app/__generated__/[about]._index.tsx +++ b/app/__generated__/[about]._index.tsx @@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; - export const lastPublished = "2026-02-15T16:49:59.508Z"; + export const lastPublished = "2026-02-15T17:02:59.140Z"; export const siteName = "Inasa Healthcare"; @@ -201,7 +201,7 @@ className={`w-element crww4sf c99w2b6 c116qtv c154m00f ctrkwd2 ckqrydf c3shrxx c

+className={`w-element c1rirnbq c1mu43h0 cw80e12 chtynr0 c18h99yy c1gu3ec9 cl30q92 c107nwhl c514454 c1vgf0es c1vvha7q c1eipde2 c1t4tbus ctf9jy1 cymaw4h c1slleif c13twaxx c1asj7ri c8cfypq c10jyxyw c1u192nr c5zkq3u`}> {"Our offices are undergoing construction."}
{"Please schedule a virtual visit today!"} diff --git a/app/__generated__/[contact]._index.tsx b/app/__generated__/[contact]._index.tsx index 65d0521..b2574ad 100644 --- a/app/__generated__/[contact]._index.tsx +++ b/app/__generated__/[contact]._index.tsx @@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; - export const lastPublished = "2026-02-15T16:49:59.508Z"; + export const lastPublished = "2026-02-15T17:02:59.140Z"; export const siteName = "Inasa Healthcare"; @@ -209,7 +209,7 @@ className={`w-element crww4sf c99w2b6 c116qtv c154m00f ctrkwd2 ckqrydf c3shrxx c

+className={`w-element c1rirnbq c1mu43h0 cw80e12 chtynr0 c18h99yy c1gu3ec9 cl30q92 c107nwhl c514454 c1vgf0es c1vvha7q c1eipde2 c1t4tbus ctf9jy1 cymaw4h c1slleif c13twaxx c1asj7ri c8cfypq c10jyxyw c1u192nr c5zkq3u`}> {"Our offices are undergoing construction."}
{"Please schedule a virtual visit today!"} diff --git a/app/__generated__/[insurance]._index.tsx b/app/__generated__/[insurance]._index.tsx index befc641..79b3374 100644 --- a/app/__generated__/[insurance]._index.tsx +++ b/app/__generated__/[insurance]._index.tsx @@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; - export const lastPublished = "2026-02-15T16:49:59.508Z"; + export const lastPublished = "2026-02-15T17:02:59.140Z"; export const siteName = "Inasa Healthcare"; @@ -198,7 +198,7 @@ className={`w-element crww4sf c99w2b6 c116qtv c154m00f ctrkwd2 ckqrydf c3shrxx c

+className={`w-element c1rirnbq c1mu43h0 cw80e12 chtynr0 c18h99yy c1gu3ec9 cl30q92 c107nwhl c514454 c1vgf0es c1vvha7q c1eipde2 c1t4tbus ctf9jy1 cymaw4h c1slleif c13twaxx c1asj7ri c8cfypq c10jyxyw c1u192nr c5zkq3u`}> {"Our offices are undergoing construction."}
{"Please schedule a virtual visit today!"} diff --git a/app/__generated__/[services]._index.tsx b/app/__generated__/[services]._index.tsx index 6dee6ec..d2a72ca 100644 --- a/app/__generated__/[services]._index.tsx +++ b/app/__generated__/[services]._index.tsx @@ -11,7 +11,7 @@ import { Body as Body, Link as Link } from "@webstudio-is/sdk-components-react-r export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; - export const lastPublished = "2026-02-15T16:49:59.508Z"; + export const lastPublished = "2026-02-15T17:02:59.140Z"; export const siteName = "Inasa Healthcare"; @@ -198,7 +198,7 @@ className={`w-element crww4sf c99w2b6 c116qtv c154m00f ctrkwd2 ckqrydf c3shrxx c

+className={`w-element c1rirnbq c1mu43h0 cw80e12 chtynr0 c18h99yy c1gu3ec9 cl30q92 c107nwhl c514454 c1vgf0es c1vvha7q c1eipde2 c1t4tbus ctf9jy1 cymaw4h c1slleif c13twaxx c1asj7ri c8cfypq c10jyxyw c1u192nr c5zkq3u`}> {"Our offices are undergoing construction."}
{"Please schedule a virtual visit today!"} diff --git a/app/__generated__/_index.tsx b/app/__generated__/_index.tsx index e0c4f95..8cb1721 100644 --- a/app/__generated__/_index.tsx +++ b/app/__generated__/_index.tsx @@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; - export const lastPublished = "2026-02-15T16:49:59.508Z"; + export const lastPublished = "2026-02-15T17:02:59.140Z"; export const siteName = "Inasa Healthcare"; @@ -230,7 +230,7 @@ className={`w-element crww4sf c99w2b6 c116qtv c154m00f ctrkwd2 ckqrydf c3shrxx c

+className={`w-element c1rirnbq c1mu43h0 cw80e12 chtynr0 c18h99yy c1gu3ec9 cl30q92 c107nwhl c514454 c1vgf0es c1vvha7q c1eipde2 c1t4tbus ctf9jy1 cymaw4h c1slleif c13twaxx c1asj7ri c8cfypq c10jyxyw c1u192nr c5zkq3u`}> {"Our offices are undergoing construction."}
{"Please schedule a virtual visit today!"} diff --git a/app/__generated__/index.css b/app/__generated__/index.css index a7881e1..41ad352 100644 --- a/app/__generated__/index.css +++ b/app/__generated__/index.css @@ -447,7 +447,7 @@ z-index: 50 } .c1d213ou { - background-color: + background-color: rgba(255, 255, 255, 1) } .c57zr4m { -webkit-backdrop-filter: blur(0 1px 2px 0 rgb(0 0 0/0.05)); @@ -1370,6 +1370,9 @@ .cr3uuuc { display: none } + .c1rirnbq { + color: black + } .c1mu43h0 { margin-right: 1svw } @@ -1385,6 +1388,18 @@ .c1vvha7q { opacity: 0.9 } + .c1t4tbus { + border-top-color: white + } + .ctf9jy1 { + border-right-color: white + } + .cymaw4h { + border-bottom-color: white + } + .c1slleif { + border-left-color: white + } } @media all and (max-width: 991px) { .c1fu4nwy {