diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-30 01:12:27 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:44 +1000 |
| commit | ec8d0a280640e9e1722bc55f2ab609061a5a39a6 (patch) | |
| tree | a7377777d5270fbfe0f80afece84dd1d48ac7532 /wwwroot/styles/data-table.css | |
| parent | 907ff70c379f2f44f5306e79f6eef93eae685747 (diff) | |
Made tag names in TagDefinitions clickable
Diffstat (limited to 'wwwroot/styles/data-table.css')
| -rw-r--r-- | wwwroot/styles/data-table.css | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
