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; +} +