micrach/static/styles/thread.css

11 lines
155 B
CSS
Raw Normal View History

.thread-title-link {
text-decoration: none;
}
.thread-title-link:hover {
text-decoration: underline;
2021-11-02 12:10:31 +03:00
}
.thread-title {
overflow-wrap: break-word;
}