mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
6 lines
106 B
CSS
6 lines
106 B
CSS
|
.thread-title-link {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.thread-title-link:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|