diff options
Diffstat (limited to 'freedom/why.html')
-rw-r--r-- | freedom/why.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/freedom/why.html b/freedom/why.html index e41eb57..c2bc6a3 100644 --- a/freedom/why.html +++ b/freedom/why.html @@ -59,7 +59,7 @@ margin-top: 0; margin-bottom: 0; } - a:link { color:#FFF; text-decoration:none; font-weight:normal; } + .navigation a:link { color:#FFF; text-decoration:none; font-weight:normal; } .navigation a:visited { color: #FFF; text-decoration:none; font-weight:normal; } .navigation a:hover { color: #FFF; text-decoration:underline; font-weight:normal; } .navigation a:active { color: #FFF; text-decoration:none; font-weight:normal; } @@ -100,9 +100,6 @@ </div> - <div class="footnote middle"> - Made by <a href="https://danieljon.es">Daniel Jones</a> - </div> </body> </html> |