79468635

Date: 2025-02-26 05:46:33
Score: 0.5
Natty:
Report link

You can remove the css for button here:

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  /* button {
    background-color: #d36c6c;
  } */
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pinal Tilva