diff --git a/vitepress/docs/src/pages/getting_started/intro.md b/vitepress/docs/src/pages/getting_started/intro.md index eb53464..d9d00a5 100644 --- a/vitepress/docs/src/pages/getting_started/intro.md +++ b/vitepress/docs/src/pages/getting_started/intro.md @@ -29,7 +29,10 @@ Please *exercise extreme caution* when messing around with IR emitters. Once safety testing has been completed links and files will be provided for the emitters. {.italic .underline} Please do not try to make, or use any emitters unless you know exactly what you are doing as it could be very harmful to your eyes if not done correctly. + +::: danger When files and resources are released **DO NOT BYPASS (OR NOT DO) ANY SAFETY FEATURES PUT IN PLACE**. This can result in irreversible bodily harm. +::: The safety measures were put in place to REDUCE the potential failure risk. All further safety responsibilities are on the user. This includes visually checking with an IR camera that the brightness is correct and that you do not feel warmth or experience short-term effects after being exposed to the IR light (symptoms such as dark spots or dry/warm feeling eyes while actively using). While we strive to make EyeTrackVR as safe as possible, we do not hold any responsibility for damage done. diff --git a/vitepress/docs/src/static/alerts/index.ts b/vitepress/docs/src/static/alerts/index.ts index 80c99df..b580970 100644 --- a/vitepress/docs/src/static/alerts/index.ts +++ b/vitepress/docs/src/static/alerts/index.ts @@ -9,7 +9,7 @@ const alerts = { led_power_warning: { type: 'danger', title: 'Please pay attention', - title_color: 'dark:text-[ea4b7d] text-[b63a61]', + title_color: 'text-[#b63a61] dark:text-[#ea4b7d]', text_color: 'text-orange-400 dark:text-orange-500', badge_content: 'WARNING' },