From 6241c28c0e4e90c41a5778bd74db5175b40f5ac7 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 30 Jun 2025 03:45:30 +0530 Subject: Feature Improvement * Adds sample Hydra Effects * Adds Option to Rotate Hydra Effects * Adds Warning for Strobing lights --- hg.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hg.css') diff --git a/hg.css b/hg.css index 578d6a4..78ebd24 100644 --- a/hg.css +++ b/hg.css @@ -335,3 +335,12 @@ canvas { left: 0; margin-left: 5px; } + +#warning { + text-align: center; + font-size: 20px; + color: red; + font-weight: bold; + border: 2px solid red; + margin-top: 10px; +} -- cgit v1.2.3