summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-01-09 23:25:59 +0100
committerAki <please@ignore.pl>2024-01-09 23:25:59 +0100
commit0f857271eac9995b90e16f58181d29a0bd6a47b6 (patch)
tree5b4d71e3942cb3f1c559cacec437eff274c52474 /style.css
parent4c7bd2da2a7c0e01f9c7a70f46b2d9b9f575b49b (diff)
downloadrudone-0f857271eac9995b90e16f58181d29a0bd6a47b6.zip
rudone-0f857271eac9995b90e16f58181d29a0bd6a47b6.tar.gz
rudone-0f857271eac9995b90e16f58181d29a0bd6a47b6.tar.bz2
Added simple fancy style to the dashboard (maybe opinionated)
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..cc7b87a
--- /dev/null
+++ b/style.css
@@ -0,0 +1,12 @@
+body {
+ padding: 1em;
+ margin: 0 auto;
+ width: max-content;
+ font-family: sans-serif;
+}
+
+
+.ok { color: green; }
+table { width: 100%; }
+th { text-align: left; }
+td { text-align: right; }