Files
5chan/src/components/post/post.module.css
T

13 lines
252 B
CSS
Raw Normal View History

2024-03-22 15:31:02 +01:00
.thread {
clear: both;
}
.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
}