From d43344b0d051b5dd891401abcabe5b6adc36a53d Mon Sep 17 00:00:00 2001 From: d4tis Date: Sun, 11 Feb 2024 21:15:40 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}