diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 8d8bc5b..45533e3 100644 --- a/static/style.css +++ b/static/style.css @@ -2197,6 +2197,10 @@ textarea, fill: var(--primary); } +:is(td, th)[data-numeric] { + text-align: right; +} + #article-list td:first-child { text-align: right; width: 14ch; |