Skip to content

Commit 6490c90

Browse files
committed
Update du hompage.css pour adapter le backgroundde la page d'accueil
1 parent ddb5049 commit 6490c90

1 file changed

Lines changed: 13 additions & 56 deletions

File tree

content/theme/assets/stylesheets/homepage.css

Lines changed: 13 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
/* Hero */
3030
.tx-container {
3131
padding-top: 0rem;
32-
background: linear-gradient(
33-
to bottom,
34-
var(--md-primary-fg-color),
35-
#56c29e 99%,
36-
#fff 99%
37-
);
32+
background: var(--md-default-bg-color);
3833
}
3934

4035
.tx-hero {
@@ -56,7 +51,7 @@
5651
}
5752

5853
.tx-hero p {
59-
color: currentColor;
54+
color: var(--md-default-fg-color);
6055
font-weight: 400;
6156
font-size: 20px;
6257
line-height: 32px;
@@ -99,6 +94,7 @@
9994
border-top: 1px solid rgb(222, 222, 222);
10095
border-bottom: 1px solid rgb(222, 222, 222);
10196
}
97+
10298
@media screen and (max-width: 1012px) {
10399
.secondary-section {
104100
display: block;
@@ -193,12 +189,7 @@
193189
opacity: 0.85;
194190
}
195191

196-
.secondary-section
197-
.g
198-
.section
199-
.component-wrapper
200-
.image-wrapper
201-
.image-overlay {
192+
.secondary-section .g .section .component-wrapper .image-wrapper .image-overlay {
202193
background: var(--md-default-bg-color--light);
203194
bottom: 5px;
204195
color: var(--md-default-fg-color);
@@ -212,12 +203,7 @@
212203
width: 100%;
213204
}
214205

215-
.secondary-section
216-
.g
217-
.section
218-
.component-wrapper
219-
.image-wrapper:hover
220-
.image-overlay {
206+
.secondary-section .g .section .component-wrapper .image-wrapper:hover .image-overlay {
221207
opacity: 1;
222208
}
223209

@@ -241,6 +227,7 @@
241227
height: auto;
242228
width: 50%;
243229
}
230+
244231
@media screen and (max-width: 1012px) {
245232
.secondary-section .g .section .component-wrapper .second-column {
246233
width: 100%;
@@ -254,18 +241,14 @@
254241
grid-template-columns: repeat(1, 1fr);
255242
gap: 2rem;
256243
}
244+
257245
@media screen and (min-width: 64rem) {
258246
.secondary-section .g .section .component-wrapper .responsive-grid {
259247
grid-template-columns: repeat(3, 1fr);
260248
}
261249
}
262250

263-
.secondary-section
264-
.g
265-
.section
266-
.component-wrapper
267-
.responsive-grid
268-
a.card-wrapper {
251+
.secondary-section .g .section .component-wrapper .responsive-grid a.card-wrapper {
269252
text-decoration: none;
270253
transition: none;
271254
background: none;
@@ -298,6 +281,7 @@
298281
padding: 2rem 2.5rem;
299282
}
300283
}
284+
301285
@media screen and (min-width: 36rem) {
302286
.secondary-section .g .section .component-wrapper .responsive-grid .card {
303287
padding: 1rem 1.5rem;
@@ -311,39 +295,19 @@
311295
width: 1.2rem;
312296
}
313297

314-
.secondary-section
315-
.g
316-
.section
317-
.component-wrapper
318-
.responsive-grid
319-
.card
320-
.card-content {
298+
.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content {
321299
display: flex;
322300
flex: 1 1 0%;
323301
flex-direction: column;
324302
width: 100%;
325303
}
326304

327-
.secondary-section
328-
.g
329-
.section
330-
.component-wrapper
331-
.responsive-grid
332-
.card
333-
.card-content
334-
h5 {
305+
.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content h5 {
335306
color: var(--md-primary-fg-color);
336307
margin: 0;
337308
}
338309

339-
.secondary-section
340-
.g
341-
.section
342-
.component-wrapper
343-
.responsive-grid
344-
.card
345-
.card-content
346-
p {
310+
.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content p {
347311
margin-top: 0.25em;
348312
margin-bottom: 0;
349313
color: var(--md-default-fg-color);
@@ -352,14 +316,7 @@
352316
line-height: normal;
353317
}
354318

355-
.secondary-section
356-
.g
357-
.section
358-
.component-wrapper
359-
.responsive-grid
360-
.card
361-
.card-content
362-
code {
319+
.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content code {
363320
background: var(--md-default-bg-color) none repeat scroll 0% 0%;
364321
padding: 2px 6px;
365322
border-radius: 4px;

0 commit comments

Comments
 (0)