This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#627
from halcy/style-fixes
Activity stream background should use $color5
master
Eugen
7 years ago
committed by
GitHub
parent
8e08ae5bb9
e4a7e8222e
commit
63b3cb37db
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/stylesheets/stream_entries.scss
+ 1
- 1
app/assets/stylesheets/stream_entries.scss
View File
@ -3,7 +3,7 @@
box-shadow
:
0
0
15px
rgba
(
$
color8
,
0
.
2
)
;
.
entry
{
background
:
lighten
(
$
color2
,
8
%
)
;
background
:
$
color5
;
.
detailed-status
.
light
,
.
status
.
light
{
border-bottom
:
1px
solid
$
color2
;
Write
Preview
Loading…
Cancel
Save