Skip to content

Commit 5c28eb1

Browse files
committed
more color changes
1 parent 0663812 commit 5c28eb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ input, select, textarea {
236236
}
237237

238238
h1, h2, h3, h4, h5, h6 {
239-
color: #000000;
239+
color: #ebebeb;
240240
font-weight: 300;
241241
letter-spacing: 0.1em;
242242
line-height: 1.5;
@@ -245,7 +245,7 @@ input, select, textarea {
245245
}
246246

247247
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
248-
color: inherit;
248+
color: #000000;
249249
text-decoration: none;
250250
}
251251

@@ -1624,7 +1624,7 @@ input, select, textarea {
16241624
left: 0;
16251625
position: absolute;
16261626
top: 0;
1627-
width: 100%;
1627+
width: 130%;
16281628
}
16291629

16301630
#main .thumb > .image {
@@ -1777,9 +1777,9 @@ input, select, textarea {
17771777
-webkit-transition-delay: 2.075s;
17781778
-ms-transition-delay: 2.075s;
17791779
transition-delay: 2.075s;
1780-
height: calc(40vh - 2em);
1780+
height: 33.33333%;
17811781
min-height: 20em;
1782-
width: 50%;
1782+
width: 33.333333%;
17831783
}
17841784

17851785
#main .thumb:nth-child(1) {

0 commit comments

Comments
 (0)