Skip to content

Commit f623870

Browse files
committed
REF #35450 change colors and fontsizes
1 parent 3830d02 commit f623870

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

Diff for: src/Template/Element/home/cake.ctp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="col-sm-12 col-md-12 col-lg-12">
44
<div class="title-home">
5-
<h1><span><?= __('New CakePHP {0} Strawberry.', $_version)?></span></h1>
5+
<h1><span><?= __('New CakePHP {0} Chiffon.', $_version)?></span></h1>
66
<h3><span class="subtitle-home"><?= __('Faster. Simple. Delicious.') ?></span></h3>
77
</div>
88
</div>

Diff for: src/Template/Element/home/share.ctp

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<?= $this->Html->image('share_cake_bg_chiffon.svg', ['alt' => 'Sharing the cake']) ?>
55
</div>
66
<div class="mb50 mt50 description">
7-
<div>
8-
<h2><?= __('Sharing the cake.')?></h2>
9-
<h3><?= __('Get involved and support the community.')?></h3>
7+
<div class="title-share">
8+
<h2><?= __('Sharing the cake.') ?></h2>
9+
<h4><?= __('Get involved and support the community.') ?></h4>
1010
</div>
1111
<div>
1212
<p class="mb50"><?= __('If you\'re interested in contributing to CakePHP and supporting the community then we\'d love for you to join us, there are a variety of ways to get involved and help out.')?> </p>

Diff for: webroot/css/style.css

+19-8
Original file line numberDiff line numberDiff line change
@@ -5322,6 +5322,10 @@
53225322
text-align: center;
53235323
}
53245324

5325+
.subtitle-home {
5326+
font-weight: normal;
5327+
}
5328+
53255329
.cake-introdution p {
53265330
color: #363637;
53275331
font-size: 15px;
@@ -10828,43 +10832,50 @@ a.btn-home.btn-inverted:hover, button.btn-home.btn-inverted:hover {
1082810832
color: #FFFFFF;
1082910833
}
1083010834
.whats-new .btn-home {
10831-
background: #1a1a1a;
10835+
background: #363737;
1083210836
}
1083310837
.whats-new .description {
1083410838
margin-right: 50px;
1083510839
}
1083610840

1083710841
.business-solution .container {
10838-
background: grey;
10839-
color: #FFFFFF;
10842+
background: #e5e5e5;
1084010843
}
1084110844
.business-solution .description {
1084210845
margin-left: 30px;
10846+
color: #363737;
1084310847
}
1084410848
.business-solution .image {
1084510849
text-align: center;
1084610850
}
1084710851

1084810852
.sharing .container {
10849-
background: #1a1a1a;
10853+
background: #363737;
1085010854
color: #FFFFFF;
1085110855
}
10852-
.sharing h2,
10853-
.sharing h3 {
10856+
.sharing .title-share h2 {
10857+
font-size: 32px;
10858+
color: #FFFFFF;
10859+
}
10860+
.sharing .title-share h4 {
1085410861
color: #FFFFFF;
1085510862
}
1085610863
.sharing h2 {
1085710864
margin-bottom: 0;
1085810865
}
1085910866
.sharing .description {
10867+
color: #FFFFFF;
1086010868
margin-right: 50px;
1086110869
}
1086210870
.quote-highlight {
1086310871
color: #d33c44;
1086410872
}
1086510873
#sponsors .container {
10866-
background: grey;
10867-
color: #FFFFFF;
10874+
background: #e5e5e5;
10875+
color: #363737;
10876+
}
10877+
.sponsor {
10878+
color: #363737;
1086810879
}
1086910880
.newsletter-submit {
1087010881
text-align: left;

0 commit comments

Comments
 (0)