Skip to content

Commit a93c7e3

Browse files
authored
Changed box colours and font colour in index.html
1 parent 07e1abf commit a93c7e3

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

index.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595

9696
.box-1 {
97-
background-color: #47bafc;
97+
background-color: #2d4f95;
9898
border: 1.5px solid #0f0f0f;
9999
padding: 1.5rem;
100100
border-radius: 4px;
@@ -105,7 +105,7 @@
105105
}
106106

107107
.box-2 {
108-
background-color: #f85555;
108+
background-color: #47bafc;
109109
border: 1.5px solid #0f0f0f;
110110
padding: 1.5rem;
111111
border-radius: 4px;
@@ -138,7 +138,7 @@
138138
}
139139

140140
.box-5 {
141-
background-color: #f096df;
141+
background-color: #f6ce68;
142142
border: 1.5px solid #0f0f0f;
143143
padding: 1.5rem;
144144
border-radius: 4px;
@@ -159,6 +159,14 @@
159159
position: relative;
160160
}
161161

162+
.box-title-white {
163+
color: #fbfbfb;
164+
font-size: 1.5rem;
165+
margin-bottom: 1rem;
166+
font-weight: 800;
167+
text-align: center;
168+
}
169+
162170
.box-title {
163171
color: #333;
164172
font-size: 1.5rem;
@@ -436,7 +444,7 @@
436444
<div class="row">
437445
<!-- Governance, Risk & Compliance -->
438446
<div class="box-1">
439-
<h2 class="box-title">
447+
<h2 class="box-title-white">
440448
<span class="en">Governance, Risk & Compliance</span>
441449
<span class="fr">Gouvernance, Risque et Conformité</span>
442450
</h2>
@@ -481,7 +489,7 @@ <h2 class="box-title">
481489

482490
<!-- Users -->
483491
<div class="box-1">
484-
<h2 class="box-title">
492+
<h2 class="box-title-white">
485493
<span class="en">Users</span>
486494
<span class="fr">Utilisateurs</span>
487495
</h2>
@@ -526,7 +534,7 @@ <h2 class="box-title">
526534

527535
<!-- Identity -->
528536
<div class="box-1">
529-
<h2 class="box-title">
537+
<h2 class="box-title-white">
530538
<span class="en">Identity, Credential & Access Management</span>
531539
<span class="fr">Gestion des identités, des identifiants et des accès</span>
532540
</h2>

0 commit comments

Comments
 (0)