:root {
  --background: #0a0a0a !important;
  --foreground: #c8d3d5 !important;
  --accent: #00ff88 !important;
  --code-border: #1e1e1e !important;
}

body { 
  background-color: #0a0a0a !important; 
  color: #c8d3d5 !important; 
}

.content img {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.index-content ul {
  list-style: none !important;
}

a { color: #00ff88 !important; }
a:hover { color: #00ccff !important; }
h1, h2, h3, h4, h5, h6 { color: #00ff88 !important; }
.logo a { color: #00ff88 !important; }
pre, code { background: #111111 !important; }
blockquote { border-color: #00ff88 !important; }
hr { background: #00ff88 !important; }
::selection { background: #00ff88 !important; color: #000 !important; }

/* fix mobile menu dropdown word wrap */
.menu__dropdown > li a {
  white-space: nowrap;
}

#continue {
  scroll-margin-top: 80px;
}