From 7889252fb39c445e072d943a627d8447eb762681 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Wed, 1 Feb 2017 19:06:23 -0500
Subject: Sunset this blog

---
 source/css/theme.css | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

(limited to 'source/css')

diff --git a/source/css/theme.css b/source/css/theme.css
index 2f9a99c9..bdcc84fb 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -40,6 +40,16 @@ only screen and ( min-resolution: 1.25dppx) {
     -webkit-font-smoothing: subpixel-antialiased;
 }
 
+#archival-notice {
+    position: absolute;
+    top: 30px;
+    left: 0;
+    right: 0;
+    margin: 0 auto;
+    text-align: center;
+    color: red;
+}
+
 .nav {
     position: fixed;
     left: 5%;
@@ -140,7 +150,7 @@ h2 {
 }
 
 a {
-    color: #000;
+    color: inherit;
     word-wrap: break-word;
 }
 
@@ -313,7 +323,7 @@ noscript a {
         position: static;
         width: 100%;
         height: 150px;
-        margin: 20px 0;
+        margin: 80px 0 20px 0;
     }
 
     .nav-icon {
-- 
cgit v1.2.1