Skip to content

Instantly share code, notes, and snippets.

@jondcallahan
Created August 18, 2017 22:37
Show Gist options
  • Save jondcallahan/e80dc78ab0fa243605bf5f17b15d285d to your computer and use it in GitHub Desktop.
Save jondcallahan/e80dc78ab0fa243605bf5f17b15d285d to your computer and use it in GitHub Desktop.
Stylebot styles for vue hn clone
body {
background-color: papayawhip;
color: rgba(39, 39, 39, 0.9);
font-family: Charter;
font-size: 18px;
line-height: 1.6;
}
.news-item {
background-color: rgba(255, 239, 213, 0.3);
}
.item-view-header, .item-view-comments {
background-color: rgba(255,255,255, 0.66);
}
.news-list, .news-list-nav {
background-color: #fffaf1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment