diff --git a/index.html b/index.html index 72feb56..e7913ab 100644 --- a/index.html +++ b/index.html @@ -305,6 +305,16 @@ text-shadow: 0 0 5px #fff; } + /* --- ADD THIS NEW CSS --- */ + @keyframes nukeTargetPulse { + 0%, 100% { opacity: 1; } + 50% { opacity: 0.2; } + } + .nuke-target-anim { + animation: nukeTargetPulse 0.5s infinite; + } + /* ------------------------ */ + /* Syncs all range sliders to the active Pip-Boy theme */ input[type=range] { accent-color: var(--pip-color); @@ -2113,7 +2123,7 @@ style="background: rgba(0,0,0,0.4); border: 1px solid var(--pip-color); padding: 15px; position: relative;">
- DEMAND (Pay for Truce)
+ YOUR REQUESTS (Choose One)
@@ -2127,8 +2137,9 @@
+
@@ -2340,9 +2351,11 @@ style="background: var(--vip-color); width: 100%; box-shadow: 0 0 5px var(--vip-color);">
+ + - + + +
@@ -3628,9 +3538,32 @@
+ + + + + +