diff --git a/index.html b/index.html index d276a17..010c4e4 100644 --- a/index.html +++ b/index.html @@ -76,10 +76,13 @@ } .drop-zone:hover { background: #f0f8ff; } - /* TABLE */ - .table-header { background-color: #e9ecef; color: #333; font-weight: 700; border-bottom: 2px solid #ccc; } - .hash-font { font-family: 'Courier New', monospace; font-size: 0.8rem; color: #004085; } - .search-input { border-radius: 4px; padding: 8px 15px; border: 1px solid #ddd; background: white; } + /* TABLE */ + .table-header { background-color: #e9ecef; color: #333; font-weight: 700; border-bottom: 2px solid #ccc; } + .hash-font { font-family: 'Courier New', monospace; font-size: 0.8rem; color: #004085; } + .search-input { border-radius: 4px; padding: 8px 15px; border: 1px solid #ddd; background: white; } + .system-console { background: #0d1b2a; color: #dbeafe; font-family: 'Courier New', monospace; font-size: 0.78rem; min-height: 88px; max-height: 140px; overflow-y: auto; } + .console-entry { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 5px 8px; } + .console-time { color: #93c5fd; } /* BLOG CARDS */ .news-section { background: #fff; padding: 60px 0; } @@ -237,14 +240,19 @@