git ssb

1+

Daan Patchwork / patchwork



Tree: d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c

Files: d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c / styles / dark / blog-card.mcss

218 bytesRaw
1BlogCard {
2 box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px
3 background-color: rgba(255, 255, 255, 0.08)
4
5 :hover {
6 background-color: rgba(255, 255, 255, 0.15)
7 box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px
8 }
9}
10

Built with git-ssb-web