Candyrice/eww/scss/tooltip/_tooltip.scss

9 lines
162 B
SCSS
Raw Permalink Normal View History

2024-08-03 14:55:45 +00:00
/* Tooltips on mouse-hover */
@use "../colors/_glassy.scss" as *;
tooltip {
font-size: 12px;
background-color: $tooltip_bg;
color: $tooltip_color;
}