Add words link, recommendations on dark bg
[copyspeak.git] / src / copyspeak / static / css / base.scss
index 2d7c0da..523490a 100644 (file)
@@ -34,7 +34,7 @@ header {
 
 .fnp-logo {
     text-align:right;
-    margin-top: 8.5em;
+    margin-top: 4em;
     text-align: center;
 
     img {
@@ -48,6 +48,15 @@ h1.main {
     @media screen and (min-width: 45em) {
         font-size: 2vw;
     }
+
+    a {
+        color: #ccc;
+        text-decoration: none;
+        &:hover {
+            color: white;
+            text-decoration: underline;
+        }
+    }
 }
 
 #intro {
@@ -67,7 +76,7 @@ h1.main {
 
 .right-desc-container {
     @extend .desc-container;
-    top: 14em;
+    top: 10em;
 }
 
 .card-container {
@@ -215,7 +224,10 @@ h1.main {
     background-size: 100%;
 
     color: #656263;
-    a { color: #656263; }
+    a {color: #656263;}
+}
+.empty {
+    background-color: #222;
 }