diff options
author | Parker <contact@pkrm.dev> | 2024-11-16 00:28:25 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-16 00:28:25 -0600 |
commit | 76b9da8bd3d51300c00eed45aef43db1c595d71f (patch) | |
tree | 9a54f5099e2e02de8c02cf83350d50bcf08789f0 /app/src/styles | |
parent | 4d69b23c90048e22d3886a25637ff643a3c0239e (diff) |
Smaller log text + transform date
Diffstat (limited to 'app/src/styles')
-rw-r--r-- | app/src/styles/Dashboard.module.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/styles/Dashboard.module.css b/app/src/styles/Dashboard.module.css index bfc852e..fbc1d6d 100644 --- a/app/src/styles/Dashboard.module.css +++ b/app/src/styles/Dashboard.module.css @@ -87,6 +87,7 @@ table td { .logTableRow table td { background-color: #3b4148; padding: 10px; + font-size: 17px; } .logTableRow table tr { |