Skip to content

Commit

Permalink
color update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
harith-hacky03 committed Jan 10, 2024
1 parent a061336 commit 5403574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

h1 {
font-weight: 900;
color: rgba(255, 255, 255, 0.06);
color: rgba(112, 112, 112);
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 20%;
z-index: 2;
z-index: -2;

&::after {
content: "";
Expand Down

0 comments on commit 5403574

Please sign in to comment.