diff --git a/public/css/style.css b/public/css/style.css index be26164796b202b028e04a0ae59bf4dfcb103a9c..5d6eca442ad60f7463492ffee804b6f05c652e4a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -188,7 +188,8 @@ body { border-left: 4px solid var(--accent-color); margin-bottom: 1rem; padding: 1rem; - background-color: white; + background-color: var(--primary-color); + color: white; border-radius: 8px; box-shadow: var(--card-shadow); transition: all 0.3s ease;