Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjdxns authored Jan 17, 2024
1 parent 34a8868 commit 9a31a42
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@
transition: all 1s ease-in-out;
}

.likd {
position: sticky;
top: 20px;
left: 250px;
height: 35px;
width: 75px;
border-radius: 15%;
border: none;
color: var(--black);
background-color: var(--defaultbg);
transition: all 1s ease-in-out;
}

.tip {
position: static;
font-size: 15px;
Expand Down Expand Up @@ -112,11 +125,11 @@
}

.dark-theme {
--defaultbg: var(--darkbluebg);
--defaultbg: var(--lightblue);
--bg: var(--darkblue);
--fontColor: var(--white);
--btnBg: var(--lightblue);
--btnFontColor: var(--black);
--emlFontColor: var(--linklight);
transition: all 1s ease-in-out;
}
}

0 comments on commit 9a31a42

Please sign in to comment.