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

Commit 1a3cac6

Browse files
adjusted fonts for new tab
1 parent 44433c7 commit 1a3cac6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

less/about/newtab.less

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212

1313
strong, div, span, li, em, p, a {
14+
font-family: "Helvetica Neue", Arial, sans-serif;
1415
font-weight: 400;
1516
-webkit-font-smoothing: antialiased;
1617
}
@@ -138,7 +139,7 @@ ul {
138139

139140
.time {
140141
font-size: 75px;
141-
font-weight: 400;
142+
font-weight: 200;
142143
color: #fff;
143144
}
144145

@@ -358,6 +359,7 @@ ul {
358359
.copyrightCredits {
359360
&, .photoBy, .copyrightOwner {
360361
color: #fff;
362+
font-size: 15px;
361363
text-transform: uppercase;
362364
}
363365

@@ -375,7 +377,8 @@ ul {
375377
}
376378

377379
.photoName {
378-
color: @white50;
380+
color: @white75;
381+
font-size: 23px;
379382
}
380383
}
381384

less/forms.less

+1
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@
589589
h2 {
590590
-webkit-user-select: none;
591591
cursor: default;
592+
min-width: 250px;
592593
}
593594
}
594595

less/variables.less

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595

9696
@white25: rgba(255, 255, 255, 0.25);
9797
@white50: rgba(255, 255, 255, 0.5);
98+
@white75: rgba(255, 255, 255, 0.75);
9899
@gray25: rgba(116, 116, 130, 0.25);
99100
@gray50: rgba(116, 116, 130, 0.5);
100101
@black10: rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)