diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/style.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/data/style.scss b/data/style.scss index fb76a9a..c172ae8 100644 --- a/data/style.scss +++ b/data/style.scss @@ -267,7 +267,7 @@ table thead th.size { } table thead th.date { - width: 15em; + width: 21em; } table tbody tr:nth-child(odd) { @@ -295,10 +295,6 @@ td.date-cell { justify-content: space-between; } -.at { - color: var(--at_color); -} - .history { color: var(--date_text_color); } |