diff --git a/innovate/static/innovate/signup.css b/innovate/static/innovate/signup.css index a1168c4..e88df2c 100644 --- a/innovate/static/innovate/signup.css +++ b/innovate/static/innovate/signup.css @@ -55,7 +55,7 @@ button { text-decoration: underline; } -.modal { +.custom-modal { display: none; position: fixed; z-index: 1; @@ -68,7 +68,7 @@ button { background-color: rgba(0,0,0,0.4); } -.modal-content { +.custom-modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; diff --git a/innovate/templates/innovate/index.html b/innovate/templates/innovate/index.html index c26069f..3c28d7e 100644 --- a/innovate/templates/innovate/index.html +++ b/innovate/templates/innovate/index.html @@ -46,7 +46,7 @@ -