diff --git a/mobile/android/themes/core/aboutFeedback.css b/mobile/android/themes/core/aboutFeedback.css index 76aa08d4ec2c..d9933a446179 100644 --- a/mobile/android/themes/core/aboutFeedback.css +++ b/mobile/android/themes/core/aboutFeedback.css @@ -4,8 +4,8 @@ body { -moz-text-size-adjust: none; - font-family: Roboto,"Droid Sans",helvetica,arial,clean,sans-serif; - font-size: 14px; + font-family: "Open Sans",sans-serif; + font-size: 12px; color: #222; background-color: #ced7de; padding: 10px; @@ -27,6 +27,7 @@ section:not([active]) { .header { font-size: 24px; + font-weight: lighter; text-align: center; margin-top: 0; } @@ -65,7 +66,7 @@ section:not([active]) { } .fine-print { - font-size: 12px; + font-size: 10px; color: #666; }