mastodon/app/assets/stylesheets/components.scss

27 lines
386 B
SCSS
Raw Normal View History

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