From 1a3cac6f16d822657ba85a1ea3b3564a822b4945 Mon Sep 17 00:00:00 2001 From: bradleyrichter Date: Fri, 2 Dec 2016 22:07:10 -0800 Subject: [PATCH] adjusted fonts for new tab --- less/about/newtab.less | 7 +++++-- less/forms.less | 1 + less/variables.less | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/less/about/newtab.less b/less/about/newtab.less index 0f885aedabd..fb4f70b14f8 100644 --- a/less/about/newtab.less +++ b/less/about/newtab.less @@ -11,6 +11,7 @@ strong, div, span, li, em, p, a { + font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; } @@ -138,7 +139,7 @@ ul { .time { font-size: 75px; - font-weight: 400; + font-weight: 200; color: #fff; } @@ -358,6 +359,7 @@ ul { .copyrightCredits { &, .photoBy, .copyrightOwner { color: #fff; + font-size: 15px; text-transform: uppercase; } @@ -375,7 +377,8 @@ ul { } .photoName { - color: @white50; + color: @white75; + font-size: 23px; } } diff --git a/less/forms.less b/less/forms.less index e7996b5549f..887d133bbdf 100644 --- a/less/forms.less +++ b/less/forms.less @@ -589,6 +589,7 @@ h2 { -webkit-user-select: none; cursor: default; + min-width: 250px; } } diff --git a/less/variables.less b/less/variables.less index addff6d2f97..e0c0667ec72 100644 --- a/less/variables.less +++ b/less/variables.less @@ -95,6 +95,7 @@ @white25: rgba(255, 255, 255, 0.25); @white50: rgba(255, 255, 255, 0.5); +@white75: rgba(255, 255, 255, 0.75); @gray25: rgba(116, 116, 130, 0.25); @gray50: rgba(116, 116, 130, 0.5); @black10: rgba(0, 0, 0, 0.1);