diff --git a/index.html b/index.html index a85a016..94e312d 100644 --- a/index.html +++ b/index.html @@ -285,7 +285,8 @@
  • • Block branch deletion ✅
  • -
    MemPalace: Initializing...
    +
    MEMPALACE INIT
    +
    diff --git a/style.css b/style.css index 2709104..da07d32 100644 --- a/style.css +++ b/style.css @@ -445,6 +445,26 @@ canvas#nexus-canvas { margin-top: 8px; font-size: 12px; min-height: 16px; + padding: 4px 8px; + background: rgba(74, 240, 192, 0.1); + border-radius: 4px; + display: inline-block; + margin-right: 10px; +} + +.mem-palace-mining-btn { + background: rgba(74, 240, 192, 0.2); + color: #4af0c0; + border: 1px solid rgba(74, 240, 192, 0.3); + padding: 2px 8px; + font-size: 10px; + border-radius: 4px; + cursor: pointer; + transition: all 0.2s; +} + +.mem-palace-mining-btn:hover { + background: rgba(74, 240, 192, 0.3); } .mem-palace-stats { margin-top: 4px;