From 34fcffb95db91bc1db80a00af4cf9d1007a9f575 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 21 Feb 2022 00:56:55 -0600 Subject: add minions and loader thing --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index a338767..abba4bf 100644 --- a/src/app.css +++ b/src/app.css @@ -186,6 +186,10 @@ button { font-family: inherit; } +tr { + text-align: left; +} + /* * this is necessary for background theming, the background can be set through * the --background css variable -- cgit