complete story 10.3

This commit is contained in:
Naser Mansour
2026-01-03 03:35:12 +02:00
parent 44f291fbc3
commit 8cdb554ea0
5 changed files with 193 additions and 33 deletions
+14 -14
View File
@@ -28,7 +28,7 @@ blockquote {
}
a {
color: #0A1F44;
color: #4A4A42;
}
a img {
@@ -38,7 +38,7 @@ a img {
/* Typography */
h1 {
color: #0A1F44;
color: #4A4A42;
font-size: 18px;
font-weight: bold;
margin-top: 0;
@@ -46,7 +46,7 @@ h1 {
}
h2 {
color: #0A1F44;
color: #4A4A42;
font-size: 16px;
font-weight: bold;
margin-top: 0;
@@ -54,7 +54,7 @@ h2 {
}
h3 {
color: #0A1F44;
color: #4A4A42;
font-size: 14px;
font-weight: bold;
margin-top: 0;
@@ -100,7 +100,7 @@ img {
/* Header */
.header {
background-color: #0A1F44;
background-color: #4A4A42;
padding: 25px 0;
text-align: center;
}
@@ -184,7 +184,7 @@ img {
}
.footer a {
color: #D4AF37;
color: #C9C4BA;
text-decoration: underline;
}
@@ -200,7 +200,7 @@ img {
.table th {
border-bottom: 1px solid #e4e4e7;
color: #0A1F44;
color: #4A4A42;
margin: 0;
padding-bottom: 8px;
}
@@ -242,12 +242,12 @@ img {
.button-blue,
.button-primary {
background-color: #D4AF37;
border-bottom: 8px solid #D4AF37;
border-left: 18px solid #D4AF37;
border-right: 18px solid #D4AF37;
border-top: 8px solid #D4AF37;
color: #0A1F44;
background-color: #4A4A42;
border-bottom: 8px solid #4A4A42;
border-left: 18px solid #4A4A42;
border-right: 18px solid #4A4A42;
border-top: 8px solid #4A4A42;
color: #E8E4DC;
}
.button-green,
@@ -271,7 +271,7 @@ img {
/* Panels */
.panel {
border-left: #D4AF37 solid 4px;
border-left: #C9C4BA solid 4px;
margin: 21px 0;
}