diff --git a/index.html b/index.html index 7ba961e..7e144e4 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ .cta-button:hover{background-color:#ff9933;} .footer{background-color:#000;padding:10px;font-size:13px;position:fixed;bottom:40px;right:20px;width:calc(100% - 40px);margin-top:-40px;text-align:center;} .footer a{color:#fff;text-decoration:none;} - .footer a:hover{text-decoration:underline;} + ##.footer a:hover{text-decoration:underline;} .ping-button{display:block;width:40px;height:40px;background-image:url('bitcoin-btc-logo.png');background-size:cover;background-repeat:no-repeat;position:fixed;bottom:80px;left:50%;transform:translateX(-50%);z-index:999;animation:flash 3s infinite;} @keyframes flash{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}} .small-text{font-size:19px;}