Skip to content

Commit 1be9b12

Browse files
committed
2 parents 8fe727a + 71e1d49 commit 1be9b12

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

assets/css/style.scss

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ $section-headings-color: #fff;
88

99
@import "{{ site.theme }}";
1010

11+
h1.project-name {
12+
margin-top: 161px;
13+
}
14+
1115
.page-header {
1216
color: $header-heading-color;
1317
text-align: center;
1418
background-color: $header-bg-color;
15-
background-size: 100%;
16-
background-position-y: -311px;
17-
background-image: url("https://vignette.wikia.nocookie.net/steamtradingcards/images/7/78/Killing_Floor_2_Background_Perks.jpg/revision/latest?cb=20151209060730");
18-
/*linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);*/
19+
background-size: cover;
20+
background-image: url(https://steamuserimages-a.akamaihd.net/ugc/39747379219899085/A35F08AAFF4A225210E505678FA3AD27A889880A/);
21+
color: #ffe8b9;
1922

2023
@include large {
2124
padding: 5rem 6rem;
@@ -29,18 +32,23 @@ $section-headings-color: #fff;
2932
padding: 2rem 1rem;
3033
}
3134
}
32-
body {
33-
34-
/* background: radial-gradient(#000, #270000, #000000);
35-
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(45,1,6,1) 50%, rgba(0,0,0,1) 100%);
36-
color: #b7b7b7;*/
37-
background-color: #000;
38-
color: #d6d6d6;
39-
40-
}
4135

36+
section.main-content {
37+
background-color: #000000d6;
38+
}
4239
.main-content h2 {
43-
font-weight: bold;
4440
color: #ffffff;
4541
background-color: black;
4642
}
43+
section.page-header {
44+
border-bottom: 9px solid #420000;
45+
}
46+
.main-content h2 {
47+
color: white;
48+
}
49+
body {
50+
background-color: #000;
51+
color: #d6d6d6;
52+
background-image: url(https://steamuserimages-a.akamaihd.net/ugc/39747379219899085/A35F08AAFF4A225210E505678FA3AD27A889880A/);
53+
background-attachment: fixed;
54+
}

0 commit comments

Comments
 (0)