Lisa Benson’s Free Press cartoon for Aug. 24, 2026.
Title
li {
display: inline-block;
margin: 1em;
padding: 10px;
background: 1px solid gray;
}
a#yesFix {
color: white !important;
text-decoration: none;
}
#noFix {
color: black;
text-decoration: none;
}
li.yesFix {
background-color: #0274B7;
border-radius: 5px;
}
li.noFix {
background-color: #ddd;
border-radius: 5px;
}
]]>
Comments