diff --git a/docs/index.html b/docs/index.html index 5468bd7..52dd7df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -267,6 +267,31 @@ font-weight: 500; } + .support-button { + display: inline-block; + background: #0070ba; + color: white; + padding: 0.6rem 1.5rem; + border-radius: 25px; + text-decoration: none; + font-weight: 600; + font-size: 0.95rem; + transition: all 0.3s ease; + margin-top: 1rem; + box-shadow: 0 2px 8px rgba(0, 112, 186, 0.3); + } + + .support-button:hover { + background: #005a92; + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(0, 112, 186, 0.4); + } + + .support-button::before { + content: "☕ "; + margin-right: 0.3rem; + } + @media (max-width: 768px) { h1 { font-size: 2rem; @@ -295,6 +320,11 @@ width: 80px; height: 80px; } + + .support-button { + padding: 0.5rem 1.2rem; + font-size: 0.9rem; + } } @@ -430,8 +460,13 @@
Made with ❤️ for the self-hosting community
Star on GitHub • - Report Issues • - Support Development + Report Issues +
+ + Support Development + ++ Your support helps keep this project free and growing