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
Merge pull request
#839
from SirCmpwn/profile-readability
Improve readability of text on profiles
closed-social-v3
Eugen
7 years ago
committed by
GitHub
parent
731f397b08
c106b6d3e0
commit
afdcdce551
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/assets/stylesheets/accounts.scss
+ 3
- 0
app/assets/stylesheets/accounts.scss
View File
@ -34,6 +34,7 @@
text-align
:
center
;
position
:
relative
;
z-index
:
2
;
text-shadow
:
0
0
2px
$
color8
;
small
{
display
:
block
;
@ -128,6 +129,7 @@
text-transform
:
uppercase
;
display
:
block
;
margin-bottom
:
5px
;
text-shadow
:
0
0
2px
$
color8
;
}
.
counter-number
{
@ -385,5 +387,6 @@
.
account__header__content
{
font-size
:
14px
;
color
:
$
color1
;
text-shadow
:
0
0
2px
$
color8
;
}
}
Write
Preview
Loading…
Cancel
Save