Browse Source

removing link animations

master
jk 3 years ago
parent
commit
459e505a8d
  1. 7
      themes/nipponalba/static/css/style.css

7
themes/nipponalba/static/css/style.css

@ -248,7 +248,7 @@ html { font-family: 'Inter', sans-serif;}
}
html {
-webkit-animation-fill-mode: forwards;
}
body {
@ -270,11 +270,6 @@ a {
}
a:link, a:visited {
opacity: 1;
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
-ms-transition: all .15s linear;
transition: all .15s linear;
color: var(--link-colour);
}
a:hover, a:active {

Loading…
Cancel
Save