diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index da7fee2..474244a 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -14,6 +14,19 @@ a { text-decoration: none; } +body { + -webkit-animation-delay: 0.1s; + -webkit-animation-name: fontfix; + -webkit-animation-duration: 0.1s; + -webkit-animation-iteration-count: 1; + -webkit-animation-timing-function: linear; +} + +@-webkit-keyframes fontfix { + from { opacity: 1; } + to { opacity: 1; } +} + /* -------------------- NAVBAR -------------------- */ .navbar-inverse { background-color: #8966a0;