Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
khushigupta86 committed Oct 31, 2024
1 parent cf861b4 commit 60a8342
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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 @@ -224,14 +225,13 @@ main {
.darkmode .why-us h1 {
color: #fff;
}
< main

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

.darkmode .why-us p {
color: #8d8a8a;
> main
}

.darkmode #testimonials {
Expand All @@ -250,7 +250,6 @@ main {
color: #fff;
}

< main
.darkmode .card h2{
color: #fff;
}
Expand All @@ -261,7 +260,7 @@ main {
.darkmode #testimonials h3+p{
color: #a39292;
}
=======

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

>> main

.darkmode .feature p {
color: #fff;
}
Expand Down Expand Up @@ -1555,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 60a8342

Please sign in to comment.