/**
 * based on typora theme ["law"](https://github.com/lloyd094/Typora-Law-School) 
 */
:root {
  --code-font: "Cascadia Code", Consolas, monospace;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-family: inherit;
  line-height: 1em;
}
.entry h1 {
  font-size: 2em;
  text-align: center;
}
.entry h2 {
  font-size: 1.6em;
  border-left: 10px solid #222;
  padding-left: 10px;
  margin-bottom: 1em;
}
.entry h3 {
  font-size: 1.4em;
}
.entry h4 {
  font-size: 1.2em;
}
.entry h5 {
  font-size: 1.1em;
}
.entry h6 {
  font-size: 1em;
}
.entry p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  line-height: normal;
}
.entry li {
  margin: 0;
}
.entry ol,
.entry ul {
  padding-left: 30px;
}
.entry ol ol li > * {
  font-weight: normal;
}
.entry ol ol ol li > * {
  font-weight: normal;
}
.entry ol {
  list-style-type: decimal;
}
.entry ol ol {
  list-style-type: upper-alpha;
}
.entry ol ol ol {
  list-style-type: lower-roman;
}
.entry ol ol ol ol {
  list-style-type: decimal;
}
.entry ol ol ol ol ol {
  list-style-type: lower-alpha;
}
.entry ol ol ol ol ol ol {
  list-style-type: lower-roman;
}
.entry ol ol ol ol ol ol ol {
  list-style-type: decimal;
}
.entry figure {
  text-align: center;
}
.entry figure figcaption {
  font-size: 14px;
  color: rgb(84, 84, 84);
}
.entry table td,
.entry table th {
  border: 1px solid;
  padding-left: 1ch;
  padding-right: 1ch;
}
.entry table th {
  border-bottom: 0;
  padding-top: 2px;
  background: #575c61;
  border-color: #333;
  color: #f3f3f3;
}
.entry blockquote {
  border: 1px solid #a2a9b1;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ccc;
  background-color: #f3f3f3;
  padding: 5px;
  margin: 0.75em;
  position: relative;
  left: 0px;
  font-style: normal;
}
.entry blockquote li::after {
  position: initial;
}
.entry > blockquote {
  padding: 5px 30px 5px 10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.entry a,
.entry a:visited {
  color: #a00;
}
.entry pre,
.entry var,
.entry code {
  font-weight: 300;
}
.entry mark {
  background: #fff387;
}
.entry ::selection {
  color: var(--search-select-text-color);
  background: var(--search-select-bg-color);
  text-shadow: none;
}
.entry .math {
  color: #333;
}

.code-console {
  background-color: rgb(59, 59, 59);
}
.code-console [token=cmd] {
  color: rgb(244, 161, 119);
}
.code-console [token=input] {
  color: rgb(230, 141, 230);
}

.entry blockquote::before {
  content: " ";
}

section.codeblock.compare {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

section.codeblock.compare > * {
  width: 50%;
  display: table-cell;
}

/*# sourceMappingURL=law.css.map */
