diff --git a/index.html b/index.html
index ab10d1d..b2a530d 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,8 @@
Skills
-- build Debian images w/o installer
+- build Debian images with a custom huge bash script,
+from scratch & mirrors & without installer
diff --git a/style/light.css b/style/light.css
index f8b16d6..a0b2491 100644
--- a/style/light.css
+++ b/style/light.css
@@ -4,6 +4,10 @@
src: url("font/fa.woff2");
}
+* {
+ text-align: justify;
+}
+
html {
font-family: "DejaVu Sans", sans-serif;
}
@@ -31,6 +35,10 @@ img.inline {
vertical-align: middle;
}
+th {
+ text-align: end;
+}
+
ul {
padding-inline-start: 1.25em;
}