/* Think-Free Academic Theme — veritai.org / vvuq.dirkenglund.org style */
html:not(.dark) body, html:not(.dark) #app {
  background: #ffffff !important;
  color: #202124 !important;
}
html:not(.dark) a { color: #1a73e8 !important; }
html:not(.dark) a:hover { color: #1557b0 !important; }
html:not(.dark) pre, html:not(.dark) code {
  background: #f1f3f4 !important;
  border: 1px solid #dadce0 !important;
  font-family: "JetBrains Mono", monospace !important;
  border-radius: 4px;
}
html:not(.dark) nav, html:not(.dark) aside {
  background: #f8f9fa !important;
  border-right: 1px solid #dadce0 !important;
}