Skip to content

Commit

Permalink
Merge pull request #92 from Valik3201/feat/darkMode-updates-1
Browse files Browse the repository at this point in the history
update darkMode style font color form sing in
  • Loading branch information
Valik3201 committed Jan 5, 2024
2 parents 8ae47b9 + aa968c9 commit 56c1b74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/style/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
width: 0;
height: 0;
}

input:checked + .slider:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
Expand Down Expand Up @@ -969,7 +970,8 @@ svg.logo-icon {
.book-title,
.book-plot,
.book-message,
.logo-header {
.logo-header,
.inputs {
color: #ffffff;
transition: color 0.3s ease-in;
}
Expand Down

0 comments on commit 56c1b74

Please sign in to comment.