Skip to content

Commit

Permalink
Updated style.css
Browse files Browse the repository at this point in the history
Changed background colour regarding theme.
  • Loading branch information
TejaswaBedi authored Oct 23, 2021
1 parent e89a73a commit 942d5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Isometric social media icon/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
background: #222;
background: rgb(118, 75, 134);
}

ul {
Expand Down

0 comments on commit 942d5c8

Please sign in to comment.