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

Commit 339ec89

Browse files
adjusted fonts for new tab
1 parent a3059b2 commit 339ec89

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
}
@@ -135,7 +136,7 @@ ul {
135136

136137
.time {
137138
font-size: 75px;
138-
font-weight: 400;
139+
font-weight: 200;
139140
color: #fff;
140141
}
141142

@@ -337,6 +338,7 @@ ul {
337338
.copyrightCredits {
338339
&, .photoBy, .copyrightOwner {
339340
color: #fff;
341+
font-size: 15px;
340342
text-transform: uppercase;
341343
}
342344

@@ -354,7 +356,8 @@ ul {
354356
}
355357

356358
.photoName {
357-
color: @white50;
359+
color: @white75;
360+
font-size: 23px;
358361
}
359362
}
360363

less/forms.less

+1
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@
584584
h2 {
585585
-webkit-user-select: none;
586586
cursor: default;
587+
min-width: 250px;
587588
}
588589
}
589590

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)