diff --git a/css/main.css b/css/main.css index 7ce1d48..9b29874 100644 --- a/css/main.css +++ b/css/main.css @@ -152,3 +152,14 @@ body { color: black; text-decoration: none; cursor: pointer; } + +#settings-cog { + width: 48px; + height: 48px; + position: absolute; + bottom: 25px; + right: 25px; +} +.cog:hover { + fill: white; + } diff --git a/index.html b/index.html index 7178528..1c7312d 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,9 @@