diff options
| author | mat <github@matdoes.dev> | 2022-02-21 00:56:55 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-02-21 00:56:55 -0600 |
| commit | 34fcffb95db91bc1db80a00af4cf9d1007a9f575 (patch) | |
| tree | 79b770b455b7468de31eded91da0d45fc172fd9f /src/app.css | |
| parent | 13e5974114f759bae73f3bfd68c62ce9cfaf785e (diff) | |
| download | skyblock-stats-34fcffb95db91bc1db80a00af4cf9d1007a9f575.tar.gz skyblock-stats-34fcffb95db91bc1db80a00af4cf9d1007a9f575.tar.bz2 skyblock-stats-34fcffb95db91bc1db80a00af4cf9d1007a9f575.zip | |
add minions and loader thing
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
