Vulcan/packages/my-custom-package/lib/stylesheets/custom.scss
2016-06-16 11:34:13 +09:00

12 lines
No EOL
173 B
SCSS

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