moved transition all to links only (fix unpleasant flashing on page change)
This commit is contained in:
parent
49cd07b383
commit
6ad7b2ee75
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ $main_font: {{ .Site.Params.fontFamily | default "JetBrains Mono" }};
|
|||
color: $fg_color;
|
||||
}
|
||||
|
||||
* {
|
||||
a {
|
||||
transition: all .15s ease-in-out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue