From dceaaee11a2efb317c22147e48d5e8ca41088834 Mon Sep 17 00:00:00 2001 From: Bmorta Date: Wed, 14 Feb 2024 00:31:05 +0800 Subject: [PATCH] Add code v2 --- .../TransactionHistory/TransactionHistory.module.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; } +