diff options
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; |
