:root {
   --ls-font-family: 'IBM Plex Sans',"方正兰亭黑Pro Global", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif;
}

/*
.ls-block {
    padding: 4px 0;
}
/*@import url('https://cdn.jsdelivr.net/gh/sansui233/logseq-bonofix-theme@3.9.1/custom.css');*/
/*@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/bullet_threading.css");*/
/*@import url('https://cdn.jsdelivr.net/gh/g1eny0ung/logseq-github-theme@master/light.css');
:root {
  --ls-block-bullet-threading-width: 2px;
  --ls-block-bullet-active-color: #6eb2ff8c;
}

.content .form-checkbox {
  border-radius: 50%;
  z-index: 1;
  transform: scale(1.1);
  position: relative;
  margin-top: unset !important;
  margin-left: 0.1em;
}

.content .marker-switch {
  opacity: 0.7;
  font-weight: 700;
  transition: 0.3s;
  margin-left: -1.5em;
  margin-right: 5px;
  padding: 0 8px 0 1.5em;
  border-radius: 12px;
}

.white-theme .content .marker-switch {
  color: #504d47;
  background: #f3f2ed;
  opacity: 1;
}

.white-theme .content .marker-switch:hover {
  opacity: 0.7;
}

.dark-theme .content .marker-switch {
  color: var(--ls-primary-text-color);
  background: #545454;
}

.dark-theme .content .marker-switch:hover {
  background: #6e6e6e;
}*/
