Disagreeing Well

Anki card styling

Screenshot 2026-02-20 at 15

.card {
font-family: Arial;
font-size: 18px;
text-align: left;
line-height: 1.6em;
color: #6a6a6a;
padding-bottom: 0.4em;
}

div {
  margin-bottom: 0.4em;
  color: #c4c3be;
}

u {
   text-decoration: none;
   border-bottom: 2px solid #41403F;
   padding-bottom: 3px;
}

i {
  font-style: normal
}