79683435

Date: 2025-06-29 02:02:48
Score: 0.5
Natty:
Report link

In Chrome 138 I was able to make all my <DL>'s pink, no matter on screen or paper with just:

<!DOCTYPE html>
<html>
<head>
 <style type="text/css">
  dl { background-color: pink; }
  @media print { body { print-color-adjust: exact; } }
 </style>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dan Jacobson