Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
JaveriyaSaleem committed Aug 17, 2024
1 parent cffa6c7 commit b4cd327
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
body{
background-color: rgb(233, 233, 233) !important;
background-color: #8E83CF !important;
}
.dark-purple{
background-color: #4C4D6B;
}
.light-purple{
background-color: #8E83CF !important;

}
.light-purple:hover{
background-color: #D9D6E9 !important;
color: black !important;
}
.medium-purple{
background-color: #D9D6E9 !important;
Expand All @@ -23,14 +28,24 @@ input{
background-color: #8E83CF;
color: white !important;
font-size: 20px;
outline: none;
}
input:hover{
#input:focus {
border: none;
outline: none;
}

/* input:hover{
border: hidden !important;
}
} */
.very-light-purple{
background-color: #EDEEF3 !important;
}
.very-light-purple:hover{
background-color: #dcdde2 !important;

}
.dark-fonts{
color: #4C4D6B;
}
Expand Down

0 comments on commit b4cd327

Please sign in to comment.