Skip to content

Commit

Permalink
Update color-theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GautamAnjali569 authored Dec 21, 2024
1 parent 507cc3a commit dd17897
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions dist/color-theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.display {
display: none;
}

.theam-div {
display: flex;
position: fixed;
Expand All @@ -14,7 +13,6 @@
transition: all 0.4s ease;
color: black;
}

.button-part {
display: flex;
justify-content: center;
Expand All @@ -25,37 +23,29 @@
background-color: var(--bg-black-1000);
border-radius: 5px; */
}

.button-part i {
cursor: pointer;

color: black;
/* margin-bottom: 10px; */
}

.dark-light {
background-color: white;

width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;

text-align: center;
border-radius: 50%;
/* margin-top: 5px; */
cursor: pointer;
}
.setting {
background-color: white;

width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;

text-align: center;
border-radius: 50%;
margin-top: -38px;
Expand All @@ -67,20 +57,19 @@
background-color: white;
border-radius: 5px;
}

.theme-buttons {
display: flex;
}

.theme-buttons div {
width: 25px;
height: 25px;
/* border: 2px solid var(--bg-black-1200); */
border-radius: 50%;
margin-right: 5px;
margin-top: 5px;
cursor: pointer;
}

.red {
background-color: #e90064;
}
Expand Down

0 comments on commit dd17897

Please sign in to comment.