diff --git a/kjvstudy_org/templates/verse.html b/kjvstudy_org/templates/verse.html index 35bba7c..1e13b14 100644 --- a/kjvstudy_org/templates/verse.html +++ b/kjvstudy_org/templates/verse.html @@ -95,32 +95,9 @@ color: var(--link-color); } -.share-btn.twitter { - background: #1DA1F2; - color: white; - border-color: #1DA1F2; -} - -.share-btn.twitter:hover { - background: #0d8bd9; - border-color: #0d8bd9; -} - -.share-btn.facebook { - background: #4267B2; - color: white; - border-color: #4267B2; -} - -.share-btn.facebook:hover { - background: #365899; - border-color: #365899; -} - .share-btn.copied { - background: #28a745; - color: white; - border-color: #28a745; + border-color: var(--link-color); + color: var(--link-color); } /* Cross-reference tooltip styles */