diff --git a/assets/page.erb b/assets/page.erb index f6b8331..a5ccda0 100644 --- a/assets/page.erb +++ b/assets/page.erb @@ -291,8 +291,9 @@ margin-left: 0.35rem; } - .drive-type.hdd { background: #1e3a5f; color: #60a5fa; } - .drive-type.ssd { background: #2d1b69; color: #a78bfa; } + .drive-type.hdd { background: #1e3a5f; color: #60a5fa; } + .drive-type.ssd { background: #2d1b69; color: #a78bfa; } + .drive-type.nvme { background: #134e4a; color: #5eead4; } /* per-drive health stats row */ .drive-stats {