diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:05:42 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:05:42 +0100 |
commit | 8557ed0d9f6ca653416f959af8d0a3500f8d4544 (patch) | |
tree | b5f56f5bb8deedf9e8f4734fdd19919f5cd09b28 | |
parent | 6b93f1a364649e01e79d924ebaac6ddb1ec72ddc (diff) |
Frontpage strong elements to red.
-rw-r--r-- | public/stylesheets/custom.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css index 2adf386..b269c4a 100644 --- a/public/stylesheets/custom.css +++ b/public/stylesheets/custom.css @@ -165,7 +165,7 @@ margin:0 0 20px; #frontpage_splash h1 strong { font-family:'DeliciousHeavyRegular', Arial, sans-serif; font-size:54px; -color:#93278F; +color:#FE0000; font-weight:400; } @@ -186,7 +186,7 @@ font-family:'DeliciousRoman', Arial, sans-serif; #frontpage_splash h2 strong { font-size:31px; -color:#93278F; +color:#FE0000; font-family:'DeliciousBold', Arial, sans-serif; } |