IP_PIbd-21_Potapov_Frontend/static/css/post.css

13 lines
144 B
CSS
Raw Normal View History

2023-10-13 09:43:04 +04:00
.post-meta {
font-size: small;
}
.counter-block {
transition: .1s;
cursor: pointer;
}
.counter-block:hover {
background-color: #e8e8e8;
}