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
Apply style for .landing-page strong (
#9892
)
master
Jeong Arm
5 years ago
committed by
Eugen Rochko
parent
061feb63ed
commit
d50e824168
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
app/javascript/styles/mastodon/about.scss
+ 12
- 0
app/javascript/styles/mastodon/about.scss
View File
@ -845,6 +845,18 @@ $small-breakpoint: 960px;
margin-bottom
:
0
;
}
strong
{
display
:
inline
;
margin
:
0
;
padding
:
0
;
font-weight
:
700
;
background
:
transparent
;
font-family
:
inherit
;
font-size
:
inherit
;
line-height
:
inherit
;
color
:
lighten
(
$
darker-text-color
,
10
%
)
;
}
.
account
{
border-bottom
:
0
;
padding
:
0
;
Write
Preview
Loading…
Cancel
Save