diff --git a/tinygrad/viz/index.html b/tinygrad/viz/index.html index 28a05fdaa3..6a244c8313 100644 --- a/tinygrad/viz/index.html +++ b/tinygrad/viz/index.html @@ -173,7 +173,7 @@ background-color: #1a1b26; border: 1px solid #4a4b56; color: #f0f0f5; - border-radius: 8px; + border-radius: 4px; padding: 6px; cursor: pointer; height: 32px; @@ -184,7 +184,6 @@ } .btn:hover { background-color: #2a2b36; - border-color: #5a5b66; } .collapsed .container { display: none; @@ -203,7 +202,6 @@ pre code.hljs { overflow-y: auto; max-height: 30vh; - border-radius: 8px; padding: 8px; } .progress-message { @@ -255,7 +253,7 @@ font-size: 0.95em; } table td { - border-bottom: 1px solid #2c2f40; + border-bottom: 1px solid #4a4b56; vertical-align: top; } table tr:last-child > td { @@ -291,7 +289,7 @@ text-align: left; padding: 10px 12px; font-weight: 600; - border-bottom: 1px solid #3a3d52; + border-bottom: 1px solid #4a4b56; font-size: 0.95em; letter-spacing: 0.03em; }