noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: bee708b82f61322eacc72052e2f8ac0861015bef
parent: 87a25554604ef4c0b5275b3447bee555880cae07
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 11 Jun 2022 20:19:39 +0200
change some css for article list and justify main contents
Mnoxz.tech/pub/style.css10++++++++++
1 file changed, 10 insertions(+)
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -85,6 +85,10 @@ p, li {
 	color           : #444;
 }
 
+#main p, #main li {
+	text-align      : justify;
+}
+
 code {
 	font-family     : monospace;
 	font-size       : 1rem;
@@ -253,6 +257,12 @@ p.right {
 	list-style      : none;
 	padding         : 0;
 	margin          : 0;
+	font-size       : small;
+	color           : #999;
+}
+
+.articles li a {
+	font-size       : initial;
 }
 
 a.twtxt {