/* Tooltips on mouse-hover */ @use "../colors/_glassy.scss" as *; tooltip { font-size: 12px; background-color: $tooltip_bg; color: $tooltip_color; }