Add NVMe drive style
This commit is contained in:
parent
08a2a6df4b
commit
40109b5c62
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user