Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
adjusted fonts for new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyrichter committed Dec 3, 2016
1 parent a3059b2 commit 339ec89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions less/about/newtab.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -135,7 +136,7 @@ ul {

.time {
font-size: 75px;
font-weight: 400;
font-weight: 200;
color: #fff;
}

Expand Down Expand Up @@ -337,6 +338,7 @@ ul {
.copyrightCredits {
&, .photoBy, .copyrightOwner {
color: #fff;
font-size: 15px;
text-transform: uppercase;
}

Expand All @@ -354,7 +356,8 @@ ul {
}

.photoName {
color: @white50;
color: @white75;
font-size: 23px;
}
}

Expand Down
1 change: 1 addition & 0 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@
h2 {
-webkit-user-select: none;
cursor: default;
min-width: 250px;
}
}

Expand Down
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 339ec89

Please sign in to comment.