diff --git a/public/privacy.html b/public/privacy.html index da5d3c2..1fb31ce 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -48,20 +48,6 @@ margin-bottom: 8px; } - .back-link { - display: inline-block; - margin-top: 30px; - padding: 10px 20px; - background-color: var(--button-bg); - color: white; - text-decoration: none; - border-radius: 4px; - transition: background-color 0.2s ease; - } - - .back-link:hover { - background-color: var(--button-hover); - } .effective-date { color: #666; @@ -101,10 +87,16 @@ } .back-link { + display: inline-block !important; + margin-top: 30px !important; + padding: 10px 20px !important; color: white !important; background-color: var(--primary-color, #2196F3) !important; border: none !important; + border-radius: 4px !important; text-decoration: none !important; + transition: background-color 0.2s ease !important; + font-weight: 500 !important; } .back-link:hover {