diff --git a/assets/styles/base/type.scss b/assets/styles/base/type.scss
index 4712cb4..c2550ae 100644
--- a/assets/styles/base/type.scss
+++ b/assets/styles/base/type.scss
@@ -12,7 +12,7 @@ body {
line-height: calculateRem($body-line-height);
letter-spacing: -.03em;
color: $text-color;
- background-color: $dark-navy;
+ background-color: $navy-dark;
}
h1,
@@ -27,3 +27,17 @@ h6 {
strong {
font-weight: 700;
}
+
+.main-heading {
+ text-transform: uppercase;
+ font-family: $secondary-font;
+ font-size: calculateRem(50);
+ color: $red;
+ letter-spacing: 4px;
+ line-height: 1.1;
+
+ @media (min-width: $desktop) {
+ font-size: calculateRem(68);
+ letter-spacing: 10px;
+ }
+}
diff --git a/assets/styles/base/variables.scss b/assets/styles/base/variables.scss
index 0e06cfd..4329f07 100644
--- a/assets/styles/base/variables.scss
+++ b/assets/styles/base/variables.scss
@@ -13,7 +13,7 @@ $blue: #3830cf;
$blue-highlight: #0069d9; // button hover
$blue-light: #2D3657;
$navy: #1c2449;
-$dark-navy: #0c143a;
+$navy-dark: #0c143a;
$red: #d4434a;
$dark-red: #AA2E49;
diff --git a/components/browseArchives/style.scss b/components/browseArchives/style.scss
index be4e7c9..568dc5c 100644
--- a/components/browseArchives/style.scss
+++ b/components/browseArchives/style.scss
@@ -9,11 +9,11 @@
}
h4 {
- font-size: calculateRem(20);
- margin-bottom: calculateRem(24);
+ font-size: calculateRem(30);
+ margin-bottom: calculateRem(28);
color: #fff;
font-family: $secondary-font;
- letter-spacing: 1px;
+ letter-spacing: 4px;
}
}
diff --git a/components/interviews/interviewsList/style.scss b/components/interviews/interviewsList/style.scss
index b6aaed3..42d1388 100644
--- a/components/interviews/interviewsList/style.scss
+++ b/components/interviews/interviewsList/style.scss
@@ -43,7 +43,23 @@
left: 0;
height: 100%;
overflow: auto;
- width: 96%;
+ width: 94%;
+ }
+
+ /* width */
+ &::-webkit-scrollbar {
+ width: calculateRem(16);
+ }
+
+ /* Track */
+ &::-webkit-scrollbar-track {
+ background: $navy-dark;
+ border: 2px solid $navy;
+ }
+
+ /* Handle */
+ &::-webkit-scrollbar-thumb {
+ background: $navy;
}
.letter-block {
diff --git a/components/interviews/singleInterview/style.scss b/components/interviews/singleInterview/style.scss
index da9169f..5434646 100644
--- a/components/interviews/singleInterview/style.scss
+++ b/components/interviews/singleInterview/style.scss
@@ -12,6 +12,7 @@
position: absolute;
top: 0;
left: 0;
+ z-index: -1;
&::before {
bottom: calculateRem(17);
diff --git a/components/modal/style.scss b/components/modal/style.scss
index f6f4042..d4c7cfc 100644
--- a/components/modal/style.scss
+++ b/components/modal/style.scss
@@ -11,7 +11,7 @@
width: 100vw;
height: 100vh;
z-index: 3;
- background-color: $dark-navy;
+ background-color: $navy-dark;
overflow: auto;
}
diff --git a/components/pageHeader/index.js b/components/pageHeader/index.js
index ed7b0d4..b2b3dd4 100644
--- a/components/pageHeader/index.js
+++ b/components/pageHeader/index.js
@@ -13,7 +13,7 @@ const PageHeader = () => (
We’ve interviewed 100+ developers to showcase the biggest opportunities in the Ethereum ecosystem diff --git a/components/pageHeader/style.scss b/components/pageHeader/style.scss index 56e6a19..22b55f6 100644 --- a/components/pageHeader/style.scss +++ b/components/pageHeader/style.scss @@ -14,19 +14,7 @@ } h1 { - color: #fff; margin-bottom: calculateRem(24); - text-transform: uppercase; - font-family: $secondary-font; - font-size: calculateRem(40); - color: $red; - letter-spacing: 4px; - line-height: 1.1; - - @media (min-width: $desktop) { - font-size: calculateRem(50); - letter-spacing: 10px; - } } p { diff --git a/components/projectsList/style.scss b/components/projectsList/style.scss index ba8becf..a602833 100644 --- a/components/projectsList/style.scss +++ b/components/projectsList/style.scss @@ -1,7 +1,7 @@ @import './assets/styles/global.scss'; .projects-list { - margin-bottom: calculateRem(24); + margin-bottom: calculateRem(32); ul { display: flex; diff --git a/components/resources/index.js b/components/resources/index.js index 7131d0b..b939e61 100644 --- a/components/resources/index.js +++ b/components/resources/index.js @@ -55,7 +55,7 @@ class Resources extends React.Component { return (