Skip to content

Commit d55830e

Browse files
committed
wee edits
1 parent f96ee09 commit d55830e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

assets/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ input, select, textarea {
223223
}
224224

225225
strong, b {
226-
color: #ffffff;
227-
font-weight: 300;
226+
color: #000000;
227+
font-weight: 700;
228228
}
229229

230230
em, i {
@@ -1646,7 +1646,7 @@ input, select, textarea {
16461646
#main .thumb > h2 {
16471647
pointer-events: none;
16481648
bottom: 10%;
1649-
font-size: 2em;
1649+
font-size: 1.2em;
16501650
left: 10%;
16511651
margin: 0;
16521652
position: absolute;

assets/sass/layout/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
> h2 {
5757
@include vendor('pointer-events', 'none');
5858
bottom: 50%;
59-
font-size: 2em;
59+
font-size: 1.2em;
6060
left: 50%;
6161
margin: 0;
6262
position: absolute;

assets/sass/libs/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
bg-ie-overlay: transparentize(#242629, 0.45),
7272
bg-ie-overlay-alt: transparentize(#242629, 0.2),
7373
fg: #a0a0a1,
74-
fg-bold: #ffffff,
74+
fg-bold: #000000,
7575
fg-medium: #707071,
7676
fg-light: #505051,
7777
border: #36383c,

0 commit comments

Comments
 (0)