From f4593e1a84e8e7cdd9ef70efdd3771d9d87ac969 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Thu, 31 Dec 2020 02:27:39 -0500 Subject: [PATCH] added patreon, github, twitter links to top-right of page --- static/games_page.css | 25 +++++++++++++++++++++++++ templates/index.html | 5 +++++ 2 files changed, 30 insertions(+) diff --git a/static/games_page.css b/static/games_page.css index b7152b0..c13017f 100644 --- a/static/games_page.css +++ b/static/games_page.css @@ -5,6 +5,31 @@ body { } /* Background pattern from Toptal Subtle Patterns */ +#link_div { + font-family: 'Alegreya', serif; + position: absolute; + top: 0px; + right: 10px; +} + +#link_div > a:link { + color: lightblue; + background-color: transparent; + text-decoration: underline; +} + +#link_div > a:visited { + color: lightblue; + background-color: transparent; + text-decoration: underline; +} + +#link_div > a:hover { + color: white; + background-color: transparent; + text-decoration: underline; +} + .container { font-family: 'Alegreya', serif; display: grid; diff --git a/templates/index.html b/templates/index.html index 9e5da3d..54309da 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,6 +10,11 @@