From 78fa94a78958d976127555d64f2758c56f399fea Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 30 Aug 2023 01:12:27 +1000 Subject: Made tag names in TagDefinitions clickable --- wwwroot/styles/data-table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wwwroot/styles/data-table.css') diff --git a/wwwroot/styles/data-table.css b/wwwroot/styles/data-table.css index 6256fc7..994d625 100644 --- a/wwwroot/styles/data-table.css +++ b/wwwroot/styles/data-table.css @@ -13,7 +13,7 @@ table.data-table > tr > td { } table.data-table > tr:nth-child(2n) { - background: rgba(255, 255, 255, 0.2); + background: rgba(255, 255, 255, 0.1); } table.data-table > tr > td:not(:last-child) { -- cgit v1.3