2024-03-22 15:31:02 +01:00
|
|
|
.thread {
|
|
|
|
|
clear: both;
|
2024-03-22 16:15:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link a {
|
|
|
|
|
color: var(--post-link-text-color);
|
|
|
|
|
text-decoration: var(--post-link-text-decoration);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link a:hover {
|
|
|
|
|
color: var(--post-link-text-color-hover);
|
|
|
|
|
text-decoration: var(--post-link-text-decoration-hover);
|
2024-03-22 15:31:02 +01:00
|
|
|
}
|