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;
|
|
|
|
}
|
2023-10-15 19:47:30 +04:00
|
|
|
|
|
|
|
.post-body-img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-11-09 09:13:24 +04:00
|
|
|
|
|
|
|
.post-body a {
|
|
|
|
color: #4a9cb7;
|
|
|
|
text-decoration: none;
|
|
|
|
background-image: linear-gradient(currentColor, currentColor);
|
|
|
|
background-position: 0% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 0% 2px;
|
|
|
|
transition: background-size .3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-body a:hover {
|
|
|
|
background-size: 100% 2px;
|
|
|
|
}
|
2023-11-10 11:19:51 +04:00
|
|
|
|
|
|
|
.post-body-text {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|