diff --git a/Django-Shop/static/login/css/styles.css b/Django-Shop/static/login/css/styles.css index ed2314f..620e7d2 100644 --- a/Django-Shop/static/login/css/styles.css +++ b/Django-Shop/static/login/css/styles.css @@ -26,10 +26,16 @@ } .social-login a { + color: var(--primary-color); display: inline-block; margin: 5px; padding: 10px; border-radius: 4px; + text-decoration: none; +} + +.social-login a:hover { + text-decoration: underline; } /* Remove list-style (bullets) and center the links */ diff --git a/Django-Shop/static/signup/css/styles.css b/Django-Shop/static/signup/css/styles.css index 499cc33..ffc25cf 100644 --- a/Django-Shop/static/signup/css/styles.css +++ b/Django-Shop/static/signup/css/styles.css @@ -69,10 +69,16 @@ } .social-login a { + color: var(--primary-color); display: inline-block; margin: 5px; padding: 10px; border-radius: 4px; + text-decoration: none; +} + +.social-login a:hover { + text-decoration: underline; } /* Remove list-style (bullets) and center the links */