mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-07-02 01:11:14 +03:00
11 lines
155 B
CSS
11 lines
155 B
CSS
.thread-title-link {
|
|
text-decoration: none;
|
|
}
|
|
.thread-title-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.thread-title {
|
|
overflow-wrap: break-word;
|
|
}
|