Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Transition Added While Switching Themes ( Dark and Light ) #2454

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ html {
body {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;

margin: 0;
padding: 0;
transition: all cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.125s;
}

h1 {
Expand Down Expand Up @@ -4884,7 +4886,7 @@ footer {
select {
background: #1e1e30;
background-image: linear-gradient(45deg, transparent 50%, $gray 50%),
linear-gradient(135deg, $gray 50%, transparent 50%);
linear-gradient(135deg, $gray 50%, transparent 50%);
background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%;
background-repeat: no-repeat;
background-size: 5px 5px, 5px 5px;
Expand Down