Skip to content

Commit cc56362

Browse files
committed
updates
1 parent 9f077f1 commit cc56362

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

assets/css/main.css

Lines changed: 9 additions & 9 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: #fefeff;
239+
color: #ffffff;
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: #000000;
248+
color: inherit;
249249
text-decoration: none;
250250
}
251251

@@ -1266,7 +1266,7 @@ input, select, textarea {
12661266
left: 0;
12671267
position: absolute;
12681268
text-align: left;
1269-
width: 100%;
1269+
width: 120%;
12701270
z-index: 2;
12711271
}
12721272

@@ -1615,11 +1615,11 @@ input, select, textarea {
16151615
background-size: cover;
16161616
content: '';
16171617
display: block;
1618-
height: 100%;
1618+
height: 120%;
16191619
left: 0;
16201620
position: absolute;
16211621
top: 0;
1622-
width: 100%;
1622+
width: 120%;
16231623
}
16241624

16251625
#main .thumb > .image {
@@ -1628,11 +1628,11 @@ input, select, textarea {
16281628
background-repeat: no-repeat;
16291629
background-size: cover;
16301630
border: 0;
1631-
height: 100%;
1631+
height: 120%;
16321632
left: 0;
16331633
position: absolute;
16341634
top: 0;
1635-
width: 100%;
1635+
width: 120%;
16361636
}
16371637

16381638
#main .thumb > h2 {
@@ -1658,13 +1658,13 @@ input, select, textarea {
16581658
background: rgba(36, 38, 41, 0.25);
16591659
content: '';
16601660
display: block;
1661-
height: 100%;
1661+
height: 120%;
16621662
left: 0;
16631663
opacity: 0;
16641664
position: absolute;
16651665
top: 0;
16661666
visibility: hidden;
1667-
width: 100%;
1667+
width: 120%;
16681668
z-index: 1;
16691669
}
16701670

0 commit comments

Comments
 (0)