home · contact · privacy
Fix single-card view CSS.
[guiltcards] / views / _card.css
1 .card {
2     box-sizing: border-box;
3     border: 30px solid #aaaaaa;
4 }
5 .answers {
6     list-style-type: none;
7 }
8 .answers li:before {
9     content: "[ ] ";
10 }