.cue-view { font-size: 24px; background: shade(@theme_bg_color, 0.95); padding: 12px; border-radius: 12px; } .cue-view link { color: @theme_fg_color; text-decoration: none; } .cue-view link:hover { background: shade(@theme_bg_color, 0.8); } .cue-view link:active { background: shade(@theme_bg_color, 0.6); }