@import url("https://fonts.googleapis.com/css2?family=Fira+Code&family=Fira+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");


/* This makes ul/li containing checkboxes have no marker,
 * and decreases line height for a more condensed look. */

/* Make them invisible, dumb way */
.post li:has(input[type="checkbox"])::marker  {color: #aa000000; }

/* .post li:has(input[type="checkbox"]) { */
/* .post li { */
/* 	line-height: 1.2em; */
/* } */

/*
.post ul li:has(input[type="checkbox"]) {
.post ul li {
	margin-bottom: unset;
}
*/

.post input[type="checkbox"] {
/* Strip default look:
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px; 
  height: 18px;
  border: 1px solid; 
  border-radius: 2px;

  position: relative;
  box-sizing: border-box; 
*/
  cursor: pointer;
  margin-top: 0.2em;
}
