Vulcan/packages/my-custom-package/lib/stylesheets/custom.scss

12 lines
173 B
SCSS
Raw Normal View History

.post-red{
background-color: #FFD3D2;
}
.post-blue{
background-color: #D2F5FF;
}
.post-yellow{
background-color: #FBFFD2;
}
.post-green{
background-color: #D2FFD2;
}