Skip to content

Commit

Permalink
Merge pull request c4dr-me#11 from meetarora10/main
Browse files Browse the repository at this point in the history
style-update
  • Loading branch information
meetarora10 authored Aug 9, 2024
2 parents ba7a4c1 + 4a492a4 commit 33a642c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
.box {
color: white;
width: 50rem;
font-size: 1.7rem;
font-size: 2.2rem;
text-align: center;
background:rgba(185,61,255,1.1);
backdrop-filter: blur(40px);
border-radius: 6px;
box-shadow: 0px 0px 5.5px rgb(119, 119, 119);
}

.name {
color: rgb(178 195 58);
color: rgb(192 255 0);
margin-top: 20px;
}

0 comments on commit 33a642c

Please sign in to comment.