diff --git a/src/app/components/Clients.module.css b/src/app/components/Clients.module.css index 5615405..f90d11b 100644 --- a/src/app/components/Clients.module.css +++ b/src/app/components/Clients.module.css @@ -5,6 +5,8 @@ display: flex; flex-direction: column; border: 1px solid #848586; + background-color: #05254a; + color: white; } .topBar { @@ -51,6 +53,7 @@ gap: 1rem; padding: 1rem; background-color: #0b3766; + color: white; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }