Skip to content

Commit ed1e844

Browse files
committed
Trigger rebuild
1 parent 01c822b commit ed1e844

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

assets/css/main.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ input, select, textarea {
213213
-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
214214
transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
215215
border-bottom: dotted 1px;
216-
color: #34a58e;
216+
color: #0e2c26;
217217
text-decoration: none;
218218
}
219219

220220
a:hover {
221221
border-bottom-color: transparent;
222-
color: #34a58e !important;
222+
color: #0e2c26 !important;
223223
}
224224

225225
strong, b {
@@ -236,7 +236,7 @@ input, select, textarea {
236236
}
237237

238238
h1, h2, h3, h4, h5, h6 {
239-
color: #a0a0a1;
239+
color: #fefeff;
240240
font-weight: 300;
241241
letter-spacing: 0.1em;
242242
line-height: 1.5;
@@ -1198,17 +1198,13 @@ input, select, textarea {
11981198
-webkit-transition: opacity 0.2s ease-in-out;
11991199
-ms-transition: opacity 0.2s ease-in-out;
12001200
transition: opacity 0.2s ease-in-out;
1201-
background-image: -moz-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -moz-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
1202-
background-image: -webkit-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -webkit-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
1203-
background-image: -ms-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -ms-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
1204-
background-image: linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
12051201
content: '';
12061202
display: block;
12071203
height: 100%;
12081204
left: 0;
12091205
position: absolute;
12101206
top: 0;
1211-
width: 100%;
1207+
width: 120%;
12121208
z-index: 1;
12131209
opacity: 1;
12141210
}
@@ -1611,7 +1607,10 @@ input, select, textarea {
16111607
position: relative;
16121608
}
16131609

1614-
#main .thumb:after {
1610+
#main .thumb:after {background-image: -moz-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
1611+
background-image: -webkit-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
1612+
background-image: -ms-linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
1613+
background-image: linear-gradient(to top, rgba(10,17,25,0.35) 5%, rgba(10,17,25,0) 35%);
16151614
pointer-events: none;
16161615
background-size: cover;
16171616
content: '';

0 commit comments

Comments
 (0)