diff --git a/src/resources/theme/shared.css b/src/resources/theme/shared.css index c2b807dc..b17bb157 100644 --- a/src/resources/theme/shared.css +++ b/src/resources/theme/shared.css @@ -24,3 +24,7 @@ list.visualizers row:backdrop, list.visualizers row:last-child { border-bottom: none; } + +ticks { + color: alpha(@theme_fg_color, 0.4); +}