/* dogusan.org green terminal theme (2026-08-06) */
* {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}

/* the whole page is black, so there is no white border below or beside the design */
html, body {
  background-color: #000000 !important;
}

/* text is green everywhere */
html, body,
body * {
  color: #33ff33 !important;
}

/* black out the page/canvas containers rendered by the runtime */
section,
.Ow2wew,
._6xl8ag,
.EY7A6g,
[style*="background-color"] {
  background-color: #000000 !important;
}

/* links: brighter green, keep underline */
a, a * {
  color: #00ff41 !important;
  text-decoration: underline !important;
}
a:hover, a:hover * {
  color: #ffffff !important;
  background-color: #003300 !important;
}

/* remove the horizontal divider line rendered by the runtime */
svg line {
  display: none !important;
}
