diff --git a/css/default.css b/css/default.css index cf69bbb..27dcdb1 100644 --- a/css/default.css +++ b/css/default.css @@ -1,5 +1,5 @@ body { - color: green; + color: rgb(0,204,0); background-color: black; font-size: 16px; margin: 0px auto 0px auto; @@ -7,13 +7,13 @@ body { } div#header { - border-bottom: 2px solid green; + border-bottom: 2px solid rgb(0,204,0); margin-bottom: 30px; padding: 12px 0px 12px 0px; } div#logo a { - color: green; + color: rgb(0,204,0); float: left; font-size: 18px; font-weight: bold; @@ -25,7 +25,7 @@ div#header #navigation { } div#header #navigation a { - color: green; + color: rgb(0,204,0); font-size: 18px; font-weight: bold; margin-left: 12px; @@ -35,7 +35,7 @@ div#header #navigation a { div#footer { width: 100%; - color: green; + color: rgb(0,204,0); font-size: 12px; margin-top: 30px; padding: 0px; @@ -46,7 +46,7 @@ div#footer { } div#footer a { - color: green; + color: rgb(0,204,0); } h1 { @@ -58,7 +58,7 @@ h2 { } div.info { - color: green; + color: rgb(0,204,0); font-size: 14px; font-style: italic; } diff --git a/images/mcwhirter.io.png b/images/mcwhirter.io.png new file mode 100644 index 0000000..b01fb82 Binary files /dev/null and b/images/mcwhirter.io.png differ diff --git a/index.rst b/index.rst index c839108..20f2717 100644 --- a/index.rst +++ b/index.rst @@ -2,3 +2,8 @@ title: mcwhirter.io --- +.. image:: images/mcwhirter.io.png + +============ +mcwhirter.io +============ diff --git a/templates/default.html b/templates/default.html index 910525f..1500c36 100644 --- a/templates/default.html +++ b/templates/default.html @@ -10,8 +10,6 @@
-

$title$

- $body$