mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Darkens colour on stream entries meta. (#2616)
This commit is contained in:
parent
aea3aff4e4
commit
54dddfe9b8
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
.status__relative-time {
|
.status__relative-time {
|
||||||
color: $color3;
|
color: $color4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $color3;
|
color: $color4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue