@tailwind base; @@ -97,3 +103,15 @@ body { .DocSearch .DocSearch-Hits mark { color: var(--docsearch-highlight-mark-color); } .link:hover { filter: drop-shadow(0.5px 0.5px 0.5px rgba(12, 25, 43, 1)); } .menu-text:hover { text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25...
However, notice that the background color of the selected option element doesn't change on hover. # Using a box shadow to change the Background-Color of an option on Hover If you also need to change the background color of the selected option element, use the box-shadow CSS property....