Skip to content

Commit 971d5ce

Browse files
authored
Update index.html
1 parent 741170e commit 971d5ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
padding: 1rem;
2626
text-align: center;
2727
h1 {
28-
color: #333333;
28+
color: #ffffff;
2929
}
3030

3131
h2, h3 {
@@ -43,7 +43,8 @@
4343
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
4444
}
4545
.linkedin-post {
46-
background-color: #e1f5fe;
46+
background-color: #333333;
47+
color: white;
4748
padding: 1rem;
4849
margin-top: 1rem;
4950
border-left: 4px solid #03a9f4;

0 commit comments

Comments
 (0)