Skip to content

Commit 9032059

Browse files
Merge pull request #82 from ScriptDeveloper2004/patch-2
Update index.css
2 parents ffc47d5 + 194e755 commit 9032059

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ html, body {
1010
margin: 0;
1111
width: 100%;
1212
height: 100%;
13-
font-family: 'Roboto', sans-serif; /* Use a modern font */
14-
background-color: #f4f4f4; /* Set a neutral background color */
15-
color: #333; /* Set a default text color */
13+
font-family: 'Roboto', sans-serif;
14+
background-color: #f4f4f4;
15+
color: #333;
1616
}
1717

1818
/* Styling for reusable icon class */
@@ -90,7 +90,7 @@ html, body {
9090
/* Additional styles for larger screens */
9191
@media (min-width: 768px) {
9292
body {
93-
background-color: #fff; /* Set a white background for larger screens */
93+
background-color: #fff;
9494
}
9595

9696
/* Add more styles for larger screens as needed */

0 commit comments

Comments
 (0)