Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
5h0ov authored Oct 1, 2023
1 parent 0c5de5d commit 985f4d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ input:checked + .slider:before {
}

.dark-theme {
filter: invert(1) hue-rotate(180deg);
filter: invert(1) ;
color: #000000;
}

Expand Down Expand Up @@ -1457,8 +1457,8 @@ main {
}

.project-title {
color: var(--white-2);
font-weight: var(--fw-400);
/* color: var(--white-2); */
font-weight: var(--fw-600);
line-height: 1.5;
/* color: #1a4e67; */
font-size: var(--fs-6);
Expand Down Expand Up @@ -2585,7 +2585,7 @@ textarea.form-input::-webkit-resizer {
font-size: 20px;
padding: 5px 15px;
margin: 2px;
color: wheat;

cursor: pointer;
border-radius: 50%;
opacity: 0.7;
Expand Down

0 comments on commit 985f4d6

Please sign in to comment.