Link in other pages.
[yukkurigames.com.git] / css / main.css
index 645acaa..075d235 100644 (file)
@@ -345,6 +345,11 @@ h4 a:link {
     white-space: nowrap;
 }
 
+.game-preview .info li a:link {
+    text-decoration: none;
+    font-weight: inherit;
+}
+
 .game-preview .info li:before {
     content: ' ~ ';
 }
@@ -453,6 +458,18 @@ pre code:hover {
     background-color: transparent;
 }
 
+footer {
+    font-weight: 300;
+    text-align: center;
+    font-size: 0.75em;
+}
+
+footer a:link {
+    display: inline-block;
+    margin: 0 1em;
+    text-decoration: none;
+}
+
 @media (max-width: 767px) {
     html { font-size: 13px; }