Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/_variables.scss

Issue 29374562: Issue 4514 - Improved font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Feb. 4, 2017, 4:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/main.css ('k') | static/scss/content/_typography.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_variables.scss
===================================================================
--- a/static/scss/_variables.scss
+++ b/static/scss/_variables.scss
@@ -62,27 +62,27 @@
$error: $red;
$error-fg: $white;
$error-bg: $red;
// Font sizes //////////////////////////////////////////////////////////////////
// For components
-$font-size-xl: 20px;
-$font-size-lg: 18px;
-$font-size-md: 16px;
-$font-size-sm: 14px;
-$font-size-xs: 12px;
+$font-size-xl: 22px;
+$font-size-lg: 20px;
+$font-size-md: 18px;
+$font-size-sm: 16px;
+$font-size-xs: 14px;
// For headers
-$font-size-h1: 42px;
-$font-size-h2: 28px;
-$font-size-h3: 22px;
+$font-size-h1: 46px;
+$font-size-h2: 30px;
+$font-size-h3: 24px;
$font-size-h4: $font-size-xl;
$font-size-h5: $font-size-lg;
$font-size-h6: $font-size-lg;
// Sizes ///////////////////////////////////////////////////////////////////////
$xl: 96px;
$lg: 64px;
« no previous file with comments | « static/css/main.css ('k') | static/scss/content/_typography.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld