From d446173d75b13bd9d8c2ecd53b0406427dd388c7 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Sat, 3 Aug 2024 14:55:45 +0000 Subject: [PATCH] Add eww/scss/tooltip/_tooltip.scss --- eww/scss/tooltip/_tooltip.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 eww/scss/tooltip/_tooltip.scss 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; +}