From d402bafd0030d7d772da87774dc4c875d6185dcc Mon Sep 17 00:00:00 2001 From: tijsklaren Date: Tue, 10 Jan 2023 16:32:59 +0100 Subject: [PATCH] Updated blue in the table --- src/css/table.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/table.css b/src/css/table.css index 0676f7b..4d92cc4 100644 --- a/src/css/table.css +++ b/src/css/table.css @@ -14,7 +14,7 @@ table{ } tr.totals, th.totals, td.totals{ - background: #efefef; + background: var(--light-grey); } th, td{ @@ -30,13 +30,13 @@ th.iconCell > .icon, td.iconCell > .icon{ width: 15px; padding: 8px; border-radius: 50%; - background-color: var(--just-blue); + background-color: var(--standard-blue); color: white; cursor: pointer; } th{ - background: var(--just-blue); + background: var(--standard-blue); color: white; } \ No newline at end of file