79570089

Date: 2025-04-12 06:09:18
Score: 1
Natty:
Report link

You can do this with the :hover header. Here's what i would do.

.target:hover {
    background-color: #fafafa;
    cursor: pointer;
}
.target {
    background-color: #ffffff;
}

It will remain white until hovered on.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rhhen122