This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
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 spoiler link color in muted context
closed-social-v3
Eugen Rochko
7 years ago
parent
5c4c046132
commit
8cca6bc58c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/assets/stylesheets/components.scss
+ 2
- 1
app/assets/stylesheets/components.scss
View File
@ -423,8 +423,9 @@ a.status__content__spoiler-link {
opacity
:
0
.
5
;
}
.
status__content__spoiler-link
{
a
.
status__content__spoiler-link
{
background
:
lighten
(
$
color1
,
26
%
)
;
color
:
lighten
(
$
color1
,
4
%
)
;
&
:
hover
{
background
:
lighten
(
$
color1
,
29
%
)
;
Write
Preview
Loading…
Cancel
Save