13 lines
144 B
CSS
13 lines
144 B
CSS
|
.post-meta {
|
||
|
font-size: small;
|
||
|
}
|
||
|
|
||
|
.counter-block {
|
||
|
transition: .1s;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.counter-block:hover {
|
||
|
background-color: #e8e8e8;
|
||
|
}
|