From 5a6ffcdd090332a8253ed34b85517b3652386414 Mon Sep 17 00:00:00 2001 From: ceee Date: Sat, 13 Jul 2013 00:12:29 +0200 Subject: [PATCH] minor article style changes (font-sizes,-weights,colors); --- .../Assets/Stylesheets/Base/_typography.scss | 17 ++++++++++++++++- .../Assets/Stylesheets/Interface/_main.scss | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/PocketSharp.Website/Assets/Stylesheets/Base/_typography.scss b/PocketSharp.Website/Assets/Stylesheets/Base/_typography.scss index 5f8d87d..4ecff9f 100644 --- a/PocketSharp.Website/Assets/Stylesheets/Base/_typography.scss +++ b/PocketSharp.Website/Assets/Stylesheets/Base/_typography.scss @@ -72,6 +72,20 @@ a outline-color: desaturate(lighten($primaryColor, 30%), 20%); } } +.article +{ + h1, h2 + { + margin-top: 50px; + } + h3, h4 + { + margin-top: 20px; + } + h2 { font-size: 24px; } + h3 { font-size: 20px; } + h4 { font-weight: 500; font-size: 16px; } +} // default style for headlines @@ -80,6 +94,7 @@ h1, h2, h3, h4, h5, h6 margin: 0; padding: 0; font-weight: 300; + color: $textColor; i { @@ -89,5 +104,5 @@ h1, h2, h3, h4, h5, h6 strong, b { - font-weight: 500 !important; + font-weight: 700 !important; } diff --git a/PocketSharp.Website/Assets/Stylesheets/Interface/_main.scss b/PocketSharp.Website/Assets/Stylesheets/Interface/_main.scss index b05ec1c..e6456ac 100644 --- a/PocketSharp.Website/Assets/Stylesheets/Interface/_main.scss +++ b/PocketSharp.Website/Assets/Stylesheets/Interface/_main.scss @@ -60,7 +60,7 @@ object, embed .article { - color: $midColor; + color: darken($midColor, 10%); }