From aa9d1594a0a7da89e3ab7838475f0bc4e75aff74 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 31 Jul 2014 22:41:11 -0700 Subject: [PATCH] font colors incorrect on mobile user page bio --- app/assets/stylesheets/mobile/user.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 86839c29185..5834401d7b5 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -132,6 +132,23 @@ margin-bottom: 4px; } + .primary { + color: $secondary; + text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; + max-height: 300px; + overflow: auto; + + a[href] { + color: $secondary; + text-decoration: underline; + text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; + } + + img { + max-width: 100%; + } + } + .secondary { background-color: $primary; text-align: left;