Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -224,7 +224,8 @@ header img {
|
|
224 |
align-items: center;
|
225 |
gap: 10px; /* Add gap between Twitter icon and footer links */
|
226 |
|
227 |
-
color:
|
|
|
228 |
}
|
229 |
|
230 |
#twitter-icon {
|
|
|
224 |
align-items: center;
|
225 |
gap: 10px; /* Add gap between Twitter icon and footer links */
|
226 |
|
227 |
+
background-color: white;
|
228 |
+
color: black;
|
229 |
}
|
230 |
|
231 |
#twitter-icon {
|