moved transition all to links only (fix unpleasant flashing on page change)

This commit is contained in:
Gabriele Musco 2021-01-04 14:59:09 +01:00
parent 49cd07b383
commit 6ad7b2ee75
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ $main_font: {{ .Site.Params.fontFamily | default "JetBrains Mono" }};
color: $fg_color;
}
* {
a {
transition: all .15s ease-in-out;
}