about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNeil Ray <ray@tilde.institute>2020-09-02 12:37:57 -0400
committerNeil Ray <ray@tilde.institute>2020-09-02 12:37:57 -0400
commit9aa2deb2ab5288510fb10f2048382693949ba4ff (patch)
tree592b16e3125562d4c258bde06ce1607fb677a1a1
parent735057aab922e5f4c91b6b960abf8edb1ef79e64 (diff)
downloadprep_html-9aa2deb2ab5288510fb10f2048382693949ba4ff.tar.gz
change style using suckless recommendation
-rw-r--r--top.tmpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/top.tmpl b/top.tmpl
index de8fb1f..feb05bb 100644
--- a/top.tmpl
+++ b/top.tmpl
@@ -3,10 +3,14 @@
   <title>Heartless Hacker</title>
 </head>
 
-<style>
-  body {background-color: MistyRose;}
-  h1 {color: red;}
-  p {color: blue;}
+<style type="text/css">
+  body {margin:40px auto;
+	max-width:650px;
+	line-height:1.6;
+	font-size:18px;
+	color:#444;
+	padding:0 10px}
+  h1,h2,h3{line-height:1.2}
 </style>
 
 <body>