/* You can also add other styles below to override the default theme values */
/* @import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/custom.css"); */
/* @import url('https://cdn.jsdelivr.net/gh/sansui233/logseq-bonofix-theme/custom.css'); */
/* @import url('https://rcvd.github.io/logseq-quattro-theme/quattro.css'); */
/* @import url('https://raw.githack.com/PiotrSss/logseq-bujo-theme/main/main.css');
@import url('https://raw.githack.com/PiotrSss/logseq-bujo-theme/main/dark-coffee.css');
@import url('https://raw.githack.com/PiotrSss/logseq-bujo-theme/main/light-sepia.css');
.white-theme #app-container {
  background-image: radial-gradient(#e0e0e0 5%, #fff 5%);
  background-position: 0 0;
  background-size: 45px 45px;
}

.dark-theme #app-container {
  background-image: radial-gradient(#373737 5%, #181818 5%);
  background-position: 0 0;
  background-size: 45px 45px;
} */

body, textarea {
  line-height: 2;
}

.ls-block[haschild] > div > .block-content-wrapper::before {
  left: -13px;
}
