diff --git a/static/css/alerts.css b/static/css/alerts.css index ce83b6c..3677ff7 100644 --- a/static/css/alerts.css +++ b/static/css/alerts.css @@ -170,13 +170,14 @@ display: flex; justify-content: center; padding: .5em 1em; - color: var(--bg); + color: var(--bg-grad-1); font-size: 70%; + font-weight: normal; border-radius: 3px; } .modal-btn:hover, .modal-btn:focus { background: var(--red); - color: var(--bg); + color: var(--bg-grad-1); } \ No newline at end of file diff --git a/static/css/products.css b/static/css/products.css index cc5314b..920dc50 100644 --- a/static/css/products.css +++ b/static/css/products.css @@ -160,4 +160,5 @@ font-size: 1rem; border: none; background-color: gray; + color: whitesmoke; } \ No newline at end of file