More styling for statuses
This commit is contained in:
20
app/assets/stylesheets/components.scss
Normal file
20
app/assets/stylesheets/components.scss
Normal file
@ -0,0 +1,20 @@
|
||||
.status__content {
|
||||
a {
|
||||
color: #2b90d9;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&.mention {
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
||||
span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user