Skip to content

Commit

Permalink
Added formatting to code files and some css improvements (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyJolli authored Oct 21, 2024
2 parents c5c8157 + 3b13817 commit 83b524a
Show file tree
Hide file tree
Showing 14 changed files with 1,944 additions and 438 deletions.
15 changes: 2 additions & 13 deletions src/css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ header {
gap: 1rem;
}





h1 {
font-size: 2.5rem;
font-weight: 600;
Expand Down Expand Up @@ -121,8 +117,6 @@ h1 {
}
}



/* Animation for fadeIn */
@keyframes fadeIn {
0% {
Expand All @@ -136,8 +130,6 @@ h1 {
}
}



@keyframes fadeIn {
0% {
opacity: 0;
Expand Down Expand Up @@ -286,7 +278,6 @@ footer a:hover {
margin-top: 1rem;
}


/* Feedback Button style */

.feebback-Btn {
Expand All @@ -306,8 +297,6 @@ body.dark-mode .feebback-Btn {

/* Modal */



.hidden {
display: none;
}
Expand Down Expand Up @@ -370,6 +359,7 @@ body.dark-mode .feebback-Btn {
}

}

body.halloween-mode #feedbackSection {
background-color: #1c1c1c; /* Dark background */
color: #f9a825; /* Halloween yellow for text */
Expand All @@ -395,7 +385,6 @@ body.halloween-mode button:hover {
background-color: #ff5722; /* Brighter orange on hover */
}


.contact-container {
padding: 2rem;
display: flex;
Expand Down Expand Up @@ -775,4 +764,4 @@ a:focus {
font-style: normal;
font-weight: 400;
text-shadow: 2px 2px 4px orange;
}
}
Loading

0 comments on commit 83b524a

Please sign in to comment.