Add NVMe drive style

This commit is contained in:
Josh Holtrop 2026-04-13 20:31:57 -04:00
parent 08a2a6df4b
commit 40109b5c62

View File

@ -293,6 +293,7 @@
.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 {