aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/post/post.scss
blob: 8732257a2bf680b2b97bd1ec10848110d24406e6 (plain)
1
2
3
4
5
6
7
8
9
.post {
  margin: 1rem 0 1rem;
  padding: 1rem;
  border-style: solid;
}

.post:hover {
  background-color: rgb(158, 222, 238);
}