Skip to content

Commit

Permalink
updated colors
Browse files Browse the repository at this point in the history
updated bg color and heading color
  • Loading branch information
RajatGupta2002 authored Oct 23, 2021
1 parent e89a73a commit 59dfb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Loading Animation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 0;
}
body {
background-color: #362222;
background-color: #054858;
height: 100vh;
width: 100vw;
overflow: hidden;
Expand All @@ -14,7 +14,7 @@ body {
align-items: center;
}
h1 {
color: #ffffff;
color: #6e0606;
font-family: sans-serif;
position: absolute;
top: 0;
Expand Down

0 comments on commit 59dfb86

Please sign in to comment.