From 37b2256810f4180d8fd7216290f57e9dae1000d9 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 14 Feb 2019 20:53:08 +0100 Subject: [PATCH] Added mailing list entry --- _layouts/default.html | 37 +++++++++++++++++++++---------------- style.css | 7 +++++-- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3895f35..b449581 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,22 +21,27 @@ diff --git a/style.css b/style.css index 29e6f9c..f3f90f7 100644 --- a/style.css +++ b/style.css @@ -26,6 +26,7 @@ a:visited {color: #574882;} img {max-width: 100%;} pre { + color: #dddddd; overflow-x: auto; padding: 0.3em; } @@ -282,6 +283,7 @@ article { nav.menu li#devel {background-image: url(/img/dock_devel.png);} nav.menu li#themes {background-image: url(/img/dock_themes.png);} nav.menu li#links {background-image: url(/img/dock_links.png);} + nav.menu li#mail {background-image: url(/img/dock_mail.png);} nav.menu { padding: 0; @@ -421,6 +423,7 @@ article { nav.menu li#devel {background-image: url(/img/prefs_devel.png);} nav.menu li#themes {background-image: url(/img/prefs_themes.png);} nav.menu li#links {background-image: url(/img/prefs_links.png);} + nav.menu li#mail {background-image: url(/img/prefs_mail.png);} .highlight { padding: 0; @@ -433,7 +436,7 @@ article { @media screen and (max-width: 600px) { header h1 a { - font-size: 1.5em - } + font-size: 1.5em; } + }