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
Improve contrast for settings pages (
fixes
#173
)
closed-social-v3
Andrea Faulds
8 years ago
parent
45c7ee39b3
commit
8e936b03d5
1 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
app/assets/stylesheets/forms.scss
+ 2
- 3
app/assets/stylesheets/forms.scss
View File
@ -44,7 +44,7 @@ code {
label
{
label
{
font-family
:
'
Roboto
'
;
font-family
:
'
Roboto
'
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#
9baec8
;
color
:
white
;
display
:
block
;
display
:
block
;
}
}
@ -161,11 +161,10 @@ code {
text-align
:
center
;
text-align
:
center
;
a
{
a
{
color
:
#
9baec8
;
color
:
white
;
text-decoration
:
none
;
text-decoration
:
none
;
&
:
hover
{
&
:
hover
{
color
:
#
d9e1e8
;
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save