@import url("style.css");

:root {
  --primary-color: #7DADD4;
  --background-color: #0D0D0D;
  --header-color: #fff;
  --text-color: #f0f0f0;
  --text-muted: #eee;
  --border-muted: #333;
  --tag-background-color: #555;
  --pre-background-color: #282c34;
  --pre-text-color: #abb2bf;
}

