diff --git a/index.html b/index.html index 55a7a2c..d32d8b7 100644 --- a/index.html +++ b/index.html @@ -836,6 +836,12 @@ font-family: 'Courier New', monospace; font-size: 0.85rem; } #foodOverlay .food-close:hover { color: #00ff00; } + + /* Food links scene */ + #sceneFoodLinks { display:none; flex-direction:column; align-items:center; justify-content:center; text-align:center; } + #sceneFoodLinks .food-links-title { color:#00ff00; font-size:1.5rem; margin-bottom:1.5rem; } + #sceneFoodLinks .food-btn { display:block; width:100%; padding:0.8rem 2rem; margin:0.5rem 0; background:#001100; color:#00ff00; border:2px solid #00ff00; cursor:pointer; font-family:'Courier New',monospace; font-size:1rem; letter-spacing:2px; transition:background 0.2s ease; } + #sceneFoodLinks .food-btn:hover { background:#003300; } @@ -1077,6 +1083,69 @@ + +
+
+
+
+
+ + +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+ +