Soumik Bose commited on
Commit
63d66b6
·
1 Parent(s): 8fc94af
Files changed (1) hide show
  1. pdf_report_generation_service.py +8 -8
pdf_report_generation_service.py CHANGED
@@ -83,7 +83,7 @@ body {
83
  .cover-title {
84
  font-size: 36pt;
85
  font-weight: bold;
86
- color: #1a1a1a;
87
  margin-bottom: 0.5in;
88
  letter-spacing: 1px;
89
  line-height: 1.2;
@@ -91,7 +91,7 @@ body {
91
 
92
  .cover-subtitle {
93
  font-size: 20pt;
94
- color: #4A90E2;
95
  margin-bottom: 1.2in;
96
  font-weight: 500;
97
  }
@@ -117,9 +117,9 @@ body {
117
  }
118
 
119
  h1 {
120
- color: #1a1a1a;
121
  font-size: 20pt;
122
- border-bottom: 3px solid #4A90E2;
123
  padding-bottom: 10px;
124
  margin-top: 28px;
125
  margin-bottom: 18px;
@@ -128,7 +128,7 @@ h1 {
128
  }
129
 
130
  h2 {
131
- color: #2c3e50;
132
  font-size: 15pt;
133
  margin-top: 22px;
134
  margin-bottom: 14px;
@@ -232,13 +232,13 @@ tr:nth-child(odd) {
232
  }
233
 
234
  .key-metric-box {
235
- background: linear-gradient(135deg, #4A90E2 0%, #5BA3F5 100%);
236
  color: white;
237
- border-radius: 12px;
238
  padding: 18px 22px;
239
  margin: 20px 0;
240
  page-break-inside: avoid;
241
- box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
242
  }
243
 
244
  .key-metric-box h3,
 
83
  .cover-title {
84
  font-size: 36pt;
85
  font-weight: bold;
86
+ color: #003366;
87
  margin-bottom: 0.5in;
88
  letter-spacing: 1px;
89
  line-height: 1.2;
 
91
 
92
  .cover-subtitle {
93
  font-size: 20pt;
94
+ color: #0055a5;
95
  margin-bottom: 1.2in;
96
  font-weight: 500;
97
  }
 
117
  }
118
 
119
  h1 {
120
+ color: #003366;
121
  font-size: 20pt;
122
+ border-bottom: 3px solid #0055a5;
123
  padding-bottom: 10px;
124
  margin-top: 28px;
125
  margin-bottom: 18px;
 
128
  }
129
 
130
  h2 {
131
+ color: #0055a5;
132
  font-size: 15pt;
133
  margin-top: 22px;
134
  margin-bottom: 14px;
 
232
  }
233
 
234
  .key-metric-box {
235
+ background: linear-gradient(135deg, #003366 0%, #0055a5 100%);
236
  color: white;
237
+ border-radius: 8px;
238
  padding: 18px 22px;
239
  margin: 20px 0;
240
  page-break-inside: avoid;
241
+ box-shadow: 0 3px 6px rgba(0,0,0,0.15);
242
  }
243
 
244
  .key-metric-box h3,