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 @@