diff --git a/src/components/TransactionHistory/TransactionHistory.module.css b/src/components/TransactionHistory/TransactionHistory.module.css index e7d761c..c1e10c4 100644 --- a/src/components/TransactionHistory/TransactionHistory.module.css +++ b/src/components/TransactionHistory/TransactionHistory.module.css @@ -12,18 +12,18 @@ } .tableHeader { - padding: 8px; + padding: 10px; text-align: center; text-transform: uppercase; border-bottom: 1px solid #ddd; - background-color: #9CAF88; + background-color: #758467; color: white; } .tableData { padding: 8px; text-align: center; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #758467; } .tableData:first-of-type { @@ -31,5 +31,6 @@ } .tableRow:nth-of-type(even) { - background-color: #f9f9f9; + background-color:#CBD5C0; } +