From fbbd4325f193542afd4ca969a1e3ae37368fe524 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 14:13:02 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/static/src/main.css b/files/static/src/main.css index f62ff855e..22b44f05b 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -125,3 +125,9 @@ @apply from-blue-600 to-blue-500 text-white; } +/* ---------------------- TOOLTIPS ---------------------- */ +.tooltip-inner { + background-color: @apply text-black; + color: @apply text-white; +} +