mastodon/app/assets/stylesheets/components.scss

27 lines
386 B
SCSS
Raw Normal View History

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