mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
visualizer-ticks: adjust ticks opacity
We can lighten the ticks a bit here and still be theme agnostic.
This commit is contained in:
@ -24,3 +24,7 @@ list.visualizers row:backdrop,
|
|||||||
list.visualizers row:last-child {
|
list.visualizers row:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ticks {
|
||||||
|
color: alpha(@theme_fg_color, 0.4);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user