0

I'm trying to create a simple user style sheet (for Stylish) that would automatically highlight the bold parts of Google search results by turning them cyan (or any other color).

Josef H.
  • 123

1 Answers1

0

I have finally found the solution! The correct code is as follows:

em { font-weight: bold !important; color: #04B4AE !important; font-style: normal; }

Josef H.
  • 123