Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
i have change the UI
  • Loading branch information
rohir1132yadav committed Aug 16, 2024
1 parent af8a244 commit bffff8b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.switch-label .moon-icon {
color: #bdc3c7;
color: #264153;
opacity: 0;
left: 5px;
}
Expand All @@ -65,7 +65,7 @@

/* Checkbox Checked State */
.switch-checkbox:checked+.switch-label {
background-color: #111111;
background-color: #622828;
}

.switch-checkbox:checked+.switch-label .sun-icon {
Expand Down Expand Up @@ -540,18 +540,20 @@ img:hover {
}

#features h3:hover {
color: #7b3ae4;
color: #2b1f3c;
text-shadow: 3px 4px 7px rgba(146, 145, 144, 0.8);
}

.features-header:hover {
color: #7b3ae4;
color: #42305f;
text-shadow: 3px 4px 7px rgba(146, 145, 144, 0.8);
transform: scale(1.05);
}

/* pricing section */
.pricehead {
height: auto;
width:auto;
text-align: center;
font-weight: 700;
padding-bottom: 45px;
Expand Down

0 comments on commit bffff8b

Please sign in to comment.