speccore 5.68.26 → 5.68.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -341,9 +341,9 @@ main { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; paddin
341
341
  0%, 100% { opacity: .5; }
342
342
  50% { opacity: 1; }
343
343
  }
344
- .vline { position: absolute; top: 0; width: 1px; bottom: 0; pointer-events: none; z-index: 2; }
345
- .vline.l { left: 0; background: linear-gradient(180deg, transparent, var(--cyan), transparent); animation: scanY-rev 3s linear infinite; }
346
- .vline.r { right: 0; background: linear-gradient(180deg, transparent, var(--cyan), transparent); animation: scanY 3s linear infinite; }
344
+ .vline { position: absolute; top: 16px; width: 2px; bottom: 16px; pointer-events: none; z-index: 2; }
345
+ .vline.l { left: 2px; background: linear-gradient(180deg, transparent, var(--cyan) 20%, var(--cyan) 80%, transparent); animation: scanY-rev 3s linear infinite; }
346
+ .vline.r { right: 2px; background: linear-gradient(180deg, transparent, var(--cyan) 20%, var(--cyan) 80%, transparent); animation: scanY 3s linear infinite; }
347
347
  .header-title {
348
348
  font: 700 28px 'Orbitron', monospace; color: var(--cyan); letter-spacing: 2px;
349
349
  text-transform: uppercase; position: relative; z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.68.26",
3
+ "version": "5.68.27",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",