From 40109b5c62ce927550532adc55d8955ffd5d13d9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 13 Apr 2026 20:31:57 -0400 Subject: [PATCH] Add NVMe drive style --- assets/page.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {