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
Fix focused background color of direct toots (
#5642
)
master
Lynx Kotoura
7 years ago
committed by
Eugen Rochko
parent
07cca6e364
commit
f9e7336296
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/mastodon/components.scss
+ 1
- 1
app/javascript/styles/mastodon/components.scss
View File
@ -612,7 +612,7 @@
outline
:
0
;
background
:
lighten
(
$
ui-base-color
,
4
%
)
;
&
.
status-direct
{
.
status
.
status-direct
{
background
:
lighten
(
$
ui-base-color
,
12
%
)
;
}
Write
Preview
Loading…
Cancel
Save