1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/assets/stylesheets/components.scss

27 lines
386 B
SCSS
Raw Normal View History

2016-08-24 12:08:00 -07:00
.status__content {
2016-08-31 07:48:21 -07:00
font-size: 15px;
line-height: 20px;
white-space: pre-wrap;
word-wrap: break-word;
font-weight: 300;
2016-08-24 12:08:00 -07:00
a {
2016-08-31 07:48:21 -07:00
color: #d9e1e8;
2016-08-24 12:08:00 -07:00
text-decoration: none;
&:hover {
text-decoration: underline;
}
&.mention {
&:hover {
text-decoration: none;
span {
text-decoration: underline;
}
}
}
}
}