Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / blog-card.mcss
130 bytesRaw
1 | BlogCard { |
2 | box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px |
3 | background-color: #fff |
4 | |
5 | :hover { |
6 | background-color: #eff9fd |
7 | } |
8 | } |
9 |
Built with git-ssb-web