mirror of
https://github.com/whippyshou/mastodon
synced 2024-12-02 00:38:27 +09:00
21 lines
275 B
SCSS
21 lines
275 B
SCSS
|
.status__content {
|
||
|
a {
|
||
|
color: #2b90d9;
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
&.mention {
|
||
|
&:hover {
|
||
|
text-decoration: none;
|
||
|
|
||
|
span {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|