diff options
| author | Xe Iaso <me@christine.website> | 2023-01-28 13:34:23 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-01-28 13:34:35 -0500 |
| commit | 06ed2f79852cadc26a052ec438488d91193ce4e5 (patch) | |
| tree | 08cdc37ebeb4279804455978fe67722816f27d20 /static/css | |
| parent | 16f4d5e0d7706b1538124d9579e3a4fc353dc624 (diff) | |
| download | xesite-06ed2f79852cadc26a052ec438488d91193ce4e5.tar.xz xesite-06ed2f79852cadc26a052ec438488d91193ce4e5.zip | |
revenue/expenses report for 2022
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/gruvbox-dark.css | 2 | ||||
| -rw-r--r-- | static/css/hack.css | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/static/css/gruvbox-dark.css b/static/css/gruvbox-dark.css index 327bfa1..a16bf37 100644 --- a/static/css/gruvbox-dark.css +++ b/static/css/gruvbox-dark.css @@ -62,7 +62,7 @@ }
.gruvbox-dark table tbody td:first-child {
- color: #b0bec5
+ font-weight: bold;
}
.gruvbox-dark .form-control,
diff --git a/static/css/hack.css b/static/css/hack.css index d9cf46e..c531557 100644 --- a/static/css/hack.css +++ b/static/css/hack.css @@ -355,12 +355,8 @@ table th { line-height: 15px; padding: 10px; } -table thead th { - font-size: 10px; -} table tbody td:first-child { font-weight: 700; - color: #333; } .form { width: 30rem; |
