More styling for statuses
This commit is contained in:
parent
bc0692d75b
commit
a541e937ca
11 changed files with 135 additions and 379 deletions
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue