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
Add text color style for noscript link (
#4772
)
master
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
6fd2e8c3c5
commit
ba8fb2fd0f
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
app/javascript/styles/components.scss
+ 9
- 0
app/javascript/styles/components.scss
View File
@ -3893,6 +3893,15 @@ noscript {
margin
:
30px
auto
;
color
:
$
ui-secondary-color
;
max-width
:
400px
;
a
{
color
:
$
ui-highlight-color
;
text-decoration
:
underline
;
&
:
hover
{
text-decoration
:
none
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save