2024-03-22 15:31:02 +01:00
|
|
|
.thread {
|
|
|
|
|
clear: both;
|
2024-03-22 16:15:38 +01:00
|
|
|
}
|
|
|
|
|
|
2024-03-22 17:12:54 +01:00
|
|
|
.postDesktop .link a {
|
2024-03-22 16:15:38 +01:00
|
|
|
color: var(--post-link-text-color);
|
|
|
|
|
text-decoration: var(--post-link-text-decoration);
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-22 17:12:54 +01:00
|
|
|
.postDesktop .link a:hover {
|
2024-03-22 16:15:38 +01:00
|
|
|
color: var(--post-link-text-color-hover);
|
|
|
|
|
text-decoration: var(--post-link-text-decoration-hover);
|
2024-03-22 17:12:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .postInfo {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .subject {
|
|
|
|
|
color: var(--post-subject-text-color);
|
|
|
|
|
font-weight: var(--post-subject-font-weight);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postDesktop .name {
|
|
|
|
|
color: var(--post-name-text-color);
|
|
|
|
|
font-weight: var(--post-name-font-weight);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.postDesktop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-03-22 15:31:02 +01:00
|
|
|
}
|