File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 7
7
background : $gray-darker ;
8
8
9
9
.new-on-the-blog {
10
- background : rgba ($gray-darker , 0.8 );
10
+ background : rgba ($banner-notice-bg , 0.8 );
11
11
text-align : center ;
12
12
padding : 8px 0 ;
13
13
color : #fff ;
44
44
& .header-home {
45
45
background : none ;
46
46
.header-background {
47
- background : linear-gradient ( $brand-secondary , 40 % , $gray-darker ) ;
47
+ background : $header-bg ;
48
48
position : relative ;
49
49
padding-bottom : 120px ;
50
50
}
Original file line number Diff line number Diff line change 3
3
// ------------------------------------------------
4
4
5
5
.nutshell {
6
- background : $gray ;
6
+ background : $gray-nutshell ;
7
7
8
8
.heading-line {
9
9
h2 {
10
10
span {
11
- background : $gray ;
11
+ background : $gray-nutshell ;
12
12
}
13
13
}
14
14
.call-to-action.action-medium {
Original file line number Diff line number Diff line change 4
4
5
5
.scala-main-resources {
6
6
height : 105px ;
7
- background : $gray-darker ;
7
+ background : $banner-bg ;
8
8
position : relative ;
9
9
10
10
.resources {
82
82
margin-right : 7px ;
83
83
font-weight : $font-bold ;
84
84
85
+ color : rgba (#fff , 0.90 );
86
+
85
87
a {
86
- color : rgba (#fff , 0.90 );
87
88
font-size : $font-size-medium ;
89
+ color : rgba (#fff , 0.90 );
88
90
89
91
& :active ,
90
92
& :focus ,
122
124
@include justify-content (center );
123
125
124
126
.circle-solid {
125
- background : $gray-darker ;
127
+ background : $gray-darkest ;
126
128
width : 185px ;
127
129
height : 185px ;
128
130
border-radius : 100% ;
Original file line number Diff line number Diff line change @@ -10,16 +10,23 @@ $brand-tertiary: #5CC6E4;
10
10
$brand-tertiary-dotty : #E45C77 ;
11
11
12
12
// -------------------------------------------------
13
+ $gray-darkest : #002B36 ;
13
14
$gray-darker : #002B36 ;
14
15
$gray-dark : #073642 ;
15
16
$gray : #15414C ;
17
+ $gray-nutshell : $gray ;
16
18
$gray-li : #244E58 ;
17
19
$gray-light : #E5EAEA ;
18
20
$gray-lighter : #F0F3F3 ;
19
21
$apple-blue : #6dccf5 ;
20
22
$std-link : #23aad1 ;
21
23
$gray-heading : rgb (134 , 161 , 166 );
22
24
25
+ // $header-bg: #266270;
26
+ $header-bg : #0c4d5d ;
27
+ $banner-notice-bg : $gray-darkest ;
28
+ $banner-bg : #0c3540 ;
29
+
23
30
// -------------------------------------------------
24
31
$code-bg-color-dark : #22272e ; // taken from github-dark-dimmed hljs theme
25
32
$code-bg-color-dark-highlight : #464e5b ;
You can’t perform that action at this time.
0 commit comments