micrach/static/styles/thread.css
2021-11-02 11:10:31 +02:00

11 lines
155 B
CSS

.thread-title-link {
text-decoration: none;
}
.thread-title-link:hover {
text-decoration: underline;
}
.thread-title {
overflow-wrap: break-word;
}