mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
7 lines
302 B
CSS
7 lines
302 B
CSS
visualizers list row {
|
|
background-color: #201f21;
|
|
background-size: 8px 8px;
|
|
background-image: repeating-linear-gradient(0deg, #232224, #232224 1px, transparent 1px, transparent 8px),
|
|
repeating-linear-gradient(-90deg, #232224, #232224 1px, transparent 1px, transparent 8px);
|
|
}
|