CSS changes, better readability.
authorJoann Mõndresku <joann@cernodile.com>
Sat, 8 Jan 2022 16:34:55 +0000 (18:34 +0200)
committerJoann Mõndresku <joann@cernodile.com>
Sat, 8 Jan 2022 16:34:55 +0000 (18:34 +0200)
templates/header.html

index 2dc6e0c146c3cc1d743af001a0538328425c79cb..11a279ec3321b2c9cb9128ccf135e7e49aee1dca 100644 (file)
@@ -8,6 +8,6 @@
 <meta property="og:description" content="$DESCRIPTION">
 $OG_IMAGE
 <title>$TITLE</title>
-<style type="text/css">body,html{background:#000;color:#fff;font-family:monospace;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;}#post{max-width:1024px;}code{border:1px solid #00ff00;border-radius:5px;color:#00ffff;}</style>
+<style type="text/css">body,html{background:#000;color:#fff;max-width:1024px;margin:1em auto;padding:0 0.5em;font-family:monospace;font-size:large;}.cern-blue{color:#397ef6;}a,a:visited{color:#fff;}p{margin:0;padding:0}#post p{margin:12px 0;margin:revert;text-align:justify;}#post a,#post a:visited{color:#00b7ff;}code{border:1px solid #ffb300;border-radius:5px;color:#19ca24;background:#202020;}</style>
 </head>
 <body>