Created
August 18, 2017 22:37
-
-
Save jondcallahan/e80dc78ab0fa243605bf5f17b15d285d to your computer and use it in GitHub Desktop.
Stylebot styles for vue hn clone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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