Skip to content

Commit

Permalink
Merge pull request #1137 from khushigupta86/main
Browse files Browse the repository at this point in the history
#1065 Text Visibility Issue in Scholarship Options
  • Loading branch information
aditya-bhaumik authored Nov 1, 2024
2 parents 5ea5b56 + 60a8342 commit bd44350
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ main {
.darkmode main {
background-color: #121212;
}

.darkmode .col-12 {
background-color: #121212;
}
Expand Down Expand Up @@ -225,6 +226,10 @@ main {
color: #fff;
}

.darkmode .why-us p{
color: #f6f2f2;
}

.darkmode .why-us p {
color: #8d8a8a;
}
Expand All @@ -245,6 +250,17 @@ main {
color: #fff;
}

.darkmode .card h2{
color: #fff;
}

.darkmode #testimonials h3{
color: #fff;
}
.darkmode #testimonials h3+p{
color: #a39292;
}

.darkmode #testimonials h3 {
color: #fff;
}
Expand All @@ -253,6 +269,7 @@ main {
color: #8d8a8a;
}


.darkmode .feature p {
color: #fff;
}
Expand Down Expand Up @@ -283,6 +300,19 @@ main {
color: #fff;
}



/*.darkmode .footer-container {
background-color: #121212;
border-top: 2px solid #fff;
color: #fff;
}*/


.darkmode .card p{
color: #fff;
}

.darkmode .social-icons li a:hover {
background-color: #202020;
}
Expand Down Expand Up @@ -1524,7 +1554,8 @@ a.new {
box-shadow: 0px 0px 0px 2px #1f2d3a;
cursor: pointer;
text-align: center;
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
}

.Sharing{
position: relative;
z-index: 1;
Expand Down

0 comments on commit bd44350

Please sign in to comment.