Skip to content

Commit

Permalink
Merge pull request #254 from RamGoel/darkMode-delay
Browse files Browse the repository at this point in the history
Dark mode delay Fixed #253

Tested-by: [email protected]
  • Loading branch information
shaheemazmalmmd committed Aug 26, 2022
2 parents 73076d3 + 3404a0c commit 6f81795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ h6 {
.pagination-textarea {
height: 30px;
}

body {
transition: all 0.25s linear;
}

0 comments on commit 6f81795

Please sign in to comment.