mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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 {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
ticks {
|
||||
color: alpha(@theme_fg_color, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user