X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=css%2Fmain.css;h=075d2354db0b22e41bde3ae834dd0907537c0b0a;hp=645acaac9e5a470a712de0dd9f9d0c82760cf41c;hb=26fa47e55490f6598969f22bd52a9a522a7cc5c0;hpb=88e7cfd4a653affd16286639b9f3aa5a780234ff diff --git a/css/main.css b/css/main.css index 645acaa..075d235 100644 --- a/css/main.css +++ b/css/main.css @@ -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; }