From 2633e328dd005cba1a9f2156399b4ef268c316d6 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 6 Jun 2021 21:07:23 +0200 Subject: [PATCH] added press kit link to tiny life site --- tinylife/index.html | 1 + tinylife/style.css | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/tinylife/index.html b/tinylife/index.html index 41e153b..51c4d96 100644 --- a/tinylife/index.html +++ b/tinylife/index.html @@ -59,6 +59,7 @@ + Get the press kit diff --git a/tinylife/style.css b/tinylife/style.css index 2ecd3ed..dad0eca 100644 --- a/tinylife/style.css +++ b/tinylife/style.css @@ -3,6 +3,11 @@ body { background-repeat: repeat; } +a:link, +a:visited { + color: lightsteelblue; +} + .footer { position: fixed; left: 0; @@ -12,10 +17,6 @@ body { text-align: center; } -.footer a { - color: white; -} - .main { text-align: center; color: white; @@ -27,5 +28,5 @@ body { .container { padding-top: 60px; - padding-bottom: 160px; + padding-bottom: 150px; } \ No newline at end of file