Skip to content

Instantly share code, notes, and snippets.

@msssk
Created May 22, 2020 18:14
Show Gist options
  • Save msssk/ef620ca249aaaf7fdc979924a49e4691 to your computer and use it in GitHub Desktop.
Save msssk/ef620ca249aaaf7fdc979924a49e4691 to your computer and use it in GitHub Desktop.
HalfStack Online May 2020 dark theme for Stylus
.bg-white {
background-color: #252f3f;
}
.community-feed {
background-color: #374151;
}
body,
.community-menu {
color: hsl(217, 19%, 52%);
}
.text-white {
color: hsl(0, 0%, 62%);
}
.bg-gray-50 {
background-color: hsl(210, 20%, 22%);
}
.border-gray-200,
.form-input {
border-color: hsl(220, 13%, 42%);
}
.btn {
background-color: hsl(0, 0%, 56%);
border-color: hsl(216, 13%, 32%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment