Skip to content

Commit

Permalink
Merge pull request #475 from Ashish-Patnaik/Fixed-Text-Visiblity
Browse files Browse the repository at this point in the history
Fixed Text Visibility
  • Loading branch information
ankit071105 authored Oct 20, 2024
2 parents 9b380c7 + 53ab738 commit c136bbb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ p {
}

h2 {
color: #1f2937;
color: orangered;
font-size: 2.5rem;
text-align: center;
margin-bottom: 40px;
Expand Down Expand Up @@ -283,7 +283,7 @@ iframe {
.about h2,
.contact h2 {
text-align: center;
color: #1f2937;
color: black;
font-size: 2.5rem;
margin-bottom: 20px;
}
Expand Down
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@ <h1 class="faq-title" data-aos="fade-right">Frequently Asked Questions</h1>
</script>






<section id="feedback-form">
<div class="container">
<h2>We Value Your Feedback!</h2>
Expand Down
28 changes: 19 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,20 @@ body {
h2 {
margin-bottom: 20px;
font-size: 2rem;
color: #333;
color: orangered;
}

h2:hover{
color: blue;
}

h4{
color: gold;
}

h4:hover{
color: yellow;

}

.reviews-slider {
Expand Down Expand Up @@ -140,7 +153,7 @@ p {

h1,
h2 {
color: #1f2937;

font-size: 2.5rem;
}

Expand Down Expand Up @@ -457,7 +470,7 @@ p {
}

h2 {
color: #1f2937;
color: orangered;
font-size: 2.5rem;
text-align: center;
margin-bottom: 40px;
Expand Down Expand Up @@ -685,10 +698,12 @@ body.dark-mode .ticket-card button:hover {
}

h2 {
color: #1f2937;
color: orangered;
font-size: 2.5rem;
text-align: center;
margin-bottom: 40px;
font-size: 2.5em;

}

.btn {
Expand Down Expand Up @@ -903,11 +918,6 @@ body.dark-mode .ticket-card button:hover {



h2 {
font-size: 2.5em;
margin-bottom: 0.5em;
}

p {
font-size: 1.2em;
}
Expand Down
2 changes: 1 addition & 1 deletion styles_N1.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}

h1, h2 {
color: #1f2937;
color: orangered;
font-size: 2.5rem;
}

Expand Down

0 comments on commit c136bbb

Please sign in to comment.