plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
ff2a058d3b79bde465d468feb8927f4a192873e9
parent
6867c649998a0e92b2a98539d3b65d8e2e8ef2f5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-15 06:44
align style with neddit

Diffstat

M plutopluto/static/style.css 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/plutopluto/static/style.css b/plutopluto/static/style.css

@@ -10,6 +10,7 @@ html {
   10    10 	background: #dae0e6;
   11    11 	color: #222;
   12    12 	line-height: 1.5;
   -1    13 	font-family: sans-serif;
   13    14 }
   14    15 
   15    16 body {
@@ -73,6 +74,7 @@ hr {
   73    74 	border: 1px solid var(--border-color);
   74    75 	padding: 0.5em;
   75    76 	margin-block-end: 1em;
   -1    77 	word-wrap: anywhere;
   76    78 }
   77    79 
   78    80 .post header {