diff --git a/templates/template.html b/templates/template.html index 0b81202..e228aad 100644 --- a/templates/template.html +++ b/templates/template.html @@ -8,6 +8,9 @@ .contact-info { margin-bottom: 10px; } + .name-info { + color: #000000; /* Text color */ + } .image { padding: 10px; text-align: center; /* To center text */ @@ -22,11 +25,15 @@