diff --git a/pages/images/header.jpg b/pages/images/header.jpg new file mode 100644 index 0000000..e25d0e3 Binary files /dev/null and b/pages/images/header.jpg differ diff --git a/styles/default.css b/styles/default.css index 024b238..fbe2a42 100644 --- a/styles/default.css +++ b/styles/default.css @@ -96,7 +96,7 @@ td:first-child { header a { display: block; position: relative; - padding-top: 25%; + padding-top: 25.471%; background-color: #000000; background-image: url(/images/header.jpg); background-repeat: no-repeat; @@ -115,15 +115,16 @@ header a { text-shadow: 1px 1px 3px black; margin-bottom: 0; font-size: 60px; - font-weight: normal; + font-weight: bold; } .blog-description { display: inline-block; margin-bottom: 0; font-size: 20px; - color: #eee; + color: white; margin-left: 1rem; text-shadow: 1px 1px 2px black; + font-weight: bold; }