Added more specific selector for transition.

This doesn't exactly solve the darkmode issue, it just makes it a little
less noticable.
This commit is contained in:
Greenscreener 2020-04-23 17:28:58 +02:00
parent db46217d96
commit 8a376ec7bd

View File

@ -12,9 +12,8 @@ $primary: #0b2a37;
@import "logo-generator";
// Custom styles
* {
transition-duration: 0.2s;
a {
transition: color 0.2s, background-color 0.2s;
}
.big-logo {
font-size: 80px;