:root {
  --background-color: #222225;
  --font-color: #e8e9ed;
  --invert-font-color: #222225;
  --primary-color: #1cdb88;
}
.terminal-logo .terminal-prompt::before {
  content: "⚡ ";
}
.terminal-logo .logo a:hover {
  color: var(--primary-color);
  background: none;
}
.terminal-logo .terminal-prompt::after {
  margin-left: -0.2em;
}
