From 3460add01261dd53374fd6d2285dd300ecde40a2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 16 Nov 2020 20:43:30 +0100 Subject: [PATCH] More small layout fixes. --- app/static/css/screen-dark.css | 11 ++++++----- app/templates/node_rendered.html | 2 +- app/templates/search.html | 2 +- app/templates/subnodes.html | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css index 5bf8d83..5938d61 100644 --- a/app/static/css/screen-dark.css +++ b/app/static/css/screen-dark.css @@ -15,9 +15,10 @@ */ body { font-family: sans-serif; background: #101010; color: #bfbfbf} -a, h1, h2 { color: #9fc6e0; } +a { color: #9fc6e0; } +h1, h2 { color: #bfbfbf; } h1, h2 { font-family: serif; margin-top: 0.2em; margin-bottom: 0.2em;} -/*h1 { border-bottom: 1px solid #cfcfcf; } */ +h1 { font-size: 1.7em; } h2 { font-size: 1.2em; } .page { margin: 2em auto; width: 35em; border: 5px solid #ccc; @@ -54,7 +55,7 @@ h2 { font-size: 1.2em; } font-family: sans-serif; background: #1f1f1f; color: #cfcfcf; - padding: 10px; + padding: 0.5em; margin-bottom: 10px; border-radius: 10px; } @@ -73,7 +74,7 @@ h2 { font-size: 1.2em; } /*background: #1f1f2f; */ background: #161616; color: #cfcfcf; - padding: 10px; + padding: 0.5em; margin-bottom: 10px; border-radius: 10px; } @@ -88,7 +89,7 @@ h2 { font-size: 1.2em; } background: #161616; font-family: sans-serif; color: #cfcfcf; - padding: 10px; + padding: 0.5em; margin-bottom: 10px; border-radius: 10px; } diff --git a/app/templates/node_rendered.html b/app/templates/node_rendered.html index e0bf239..5307648 100644 --- a/app/templates/node_rendered.html +++ b/app/templates/node_rendered.html @@ -36,7 +36,7 @@ Go back to /nodes?