update links style

This commit is contained in:
ghost 2021-12-31 03:23:53 +02:00
parent c1c44db931
commit 67478ed48f

View File

@ -13,10 +13,6 @@
color: #345b8e; color: #345b8e;
} }
.moduleFeed .item a:hover {
text-decoration: underline;
}
.moduleFeed .item .avatar { .moduleFeed .item .avatar {
position: absolute; position: absolute;
top: 19px; top: 19px;
@ -60,5 +56,4 @@
.moduleFeed .item .message .info a:hover, .moduleFeed .item .message .info a:hover,
.moduleFeed .item .message .info a:visited { .moduleFeed .item .message .info a:visited {
color: #1c1d1e; color: #1c1d1e;
text-decoration: none;
} }