aboutsummaryrefslogtreecommitdiff
path: root/share/style.css.lua
diff options
context:
space:
mode:
Diffstat (limited to 'share/style.css.lua')
-rw-r--r--share/style.css.lua28
1 files changed, 28 insertions, 0 deletions
diff --git a/share/style.css.lua b/share/style.css.lua
new file mode 100644
index 0000000..88df99e
--- /dev/null
+++ b/share/style.css.lua
@@ -0,0 +1,28 @@
+return [[
+nav{
+ float:left;
+ padding:2em;
+ border-right:1px solid black;
+}
+article{
+ margin: auto auto auto 20%;
+}
+a{
+ text-decoration: none;
+}
+a:hover{
+ text-decoration:underline;
+}
+nav>ol{
+ list-style-type: none;
+}
+body{
+ line-height:1.6;
+ font-size:18px;
+ color:#444;
+ padding:0 10px
+}
+h1,h2,h3{
+ line-height:1.2
+}
+]]