diff options
author | Indrajith K L | 2025-06-30 03:45:30 +0530 |
---|---|---|
committer | Indrajith K L | 2025-06-30 03:45:30 +0530 |
commit | 6241c28c0e4e90c41a5778bd74db5175b40f5ac7 (patch) | |
tree | 8397f9dcfdacf4e736e265a8db94def83630f091 /hg.css | |
parent | 0a6d8aefbcbc485b9e9331aa83bba841c8a61e1a (diff) | |
download | retrowave-player-6241c28c0e4e90c41a5778bd74db5175b40f5ac7.tar.gz retrowave-player-6241c28c0e4e90c41a5778bd74db5175b40f5ac7.tar.bz2 retrowave-player-6241c28c0e4e90c41a5778bd74db5175b40f5ac7.zip |
Feature Improvement
* Adds sample Hydra Effects
* Adds Option to Rotate Hydra Effects
* Adds Warning for Strobing lights
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; +} |