diff --git a/eww/scss/tooltip/_tooltip.scss b/eww/scss/tooltip/_tooltip.scss new file mode 100644 index 0000000..0f4f042 --- /dev/null +++ b/eww/scss/tooltip/_tooltip.scss @@ -0,0 +1,8 @@ +/* Tooltips on mouse-hover */ +@use "../colors/_glassy.scss" as *; + +tooltip { + font-size: 12px; + background-color: $tooltip_bg; + color: $tooltip_color; +}