remove bloat css change of them toggle

This commit is contained in:
samantha42
2026-05-31 10:19:23 +02:00
parent 8d4e523b3e
commit 2c1997ed6e
12 changed files with 59 additions and 191 deletions
+5 -6
View File
@@ -1,6 +1,5 @@
function cureClick() {
if (document.getElementById('cure-canvas')) return;
if (document.getElementById('lightning-canvas')) stopLightning();
if (document.getElementById('typewriter-canvas')) stopTypewriter();
if (document.getElementById('matrix-canvas')) stopMatrix();
@@ -10,7 +9,7 @@ function cureClick() {
el.textContent = "Actually... I'm feeling much better now!"
startWater();
isDay = false;
applyState();
makenight();
setTimeout(() => {
el.textContent = 'interest';
stopWater();
@@ -167,7 +166,7 @@ function draculaClick() {
el.textContent = 'You have your whole life ahead of you. And I only offer death.';
startLightning();
isDay = false;
applyState();
makenight();
setTimeout(() => {
el.textContent = 'interest';
stopLightning();
@@ -276,7 +275,7 @@ function dragonTypewriterClick() {
el.textContent = 'case file 36609...';
startTypewriter();
isDay = false;
applyState();
makenight();
setTimeout(() => {
el.textContent = 'interest';
stopTypewriter();
@@ -531,7 +530,7 @@ function stopTypewriter() {
el.textContent = 'wake up, neo...';
startMatrix();
isDay = false;
applyState();
makenight();
setTimeout(() => {
el.textContent = 'interest';
stopMatrix();
@@ -685,7 +684,7 @@ function stopMatrix() {
startRain();
isDay = false
applyState();
makenight();
setTimeout(() => {
el.textContent = "interest";