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

Unified Diff: static/scss/base/_variables.scss

Issue 29575597: Issue 5691 - Create Breadcrumbs Component for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Update link color Created Oct. 23, 2017, 3:52 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
Index: static/scss/base/_variables.scss
===================================================================
--- a/static/scss/base/_variables.scss
+++ b/static/scss/base/_variables.scss
@@ -55,17 +55,17 @@
// Font sizes (general)
$small-font: 0.9em;
$tiny-font: 0.8em;
// Font weights
-$bold-weight: 700;
+$bold-weight: 600;
// Sizes ///////////////////////////////////////////////////////////////////////
// Container widths
$content-width: 960px;
$navbar-width: $content-width + 100px;

Powered by Google App Engine
This is Rietveld