diff --git a/pages/index.tsx b/pages/index.tsx index a129695..976c9cd 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -105,6 +105,20 @@ export default function Index() { + +
+

+ Seuraa meitä{' '} + + @Instagramissa + +

+
+ + ); diff --git a/styles/Index.module.scss b/styles/Index.module.scss index 1aebdaa..62941f5 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -113,9 +113,22 @@ } .menuLink:hover { - color: #a3a2a2 !important; + color: #a3a2a2; h1 { - color: #a3a2a2 !important; + color: #a3a2a2; } } + +.instagramLink { + color: #686868; + text-decoration: none; +} + +.instagramLink:hover { + color: #a3a2a2; +} + +.instagramText { + margin-bottom: 0; +}