Added transition duration of 0.2s to everything.

This commit is contained in:
Greenscreener 2019-11-09 19:59:09 +01:00
parent a3e8e1e188
commit bcc8f50658

View File

@ -10,7 +10,9 @@ $primary: #0b2a37;
// Custom styles
* {
transition-duration: 0.2s;
}
.big-logo {
font-size: 80px;
color: $primary-invert;