diff --git a/src/pages/connect.md b/src/pages/connect.md index 646be0d..1e6209f 100644 --- a/src/pages/connect.md +++ b/src/pages/connect.md @@ -12,7 +12,6 @@ E-mail: kjelsrudsindre@gmail.com - [GitHub](https://github.com/SindreKjelsrud) - [LinkedIn](https://www.linkedin.com/in/sindrekjelsrud) -- [Instagram](https://www.instagram.com/sindrekjelsrud/) - [Spotify](https://open.spotify.com/user/kjelsrud!) diff --git a/src/pages/index.astro b/src/pages/index.astro index e952e3c..976477a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,15 +11,12 @@ import SectionContainer from '../components/SectionContainer.astro';

Sindre Kjelsrud

Student at Western University of Applied Sciences.

-
- - - +
- - + + diff --git a/src/styles/global.css b/src/styles/global.css index 23eb09f..583bcea 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -39,18 +39,14 @@ p { } .social a:nth-child(1) :hover { - color: #0A66C2 !important; + color: grey !important; } .social a:nth-child(2) :hover { - color: grey !important; + color: #0A66C2 !important; } .social a:nth-child(3) :hover { - color: #C84370 !important; -} - -.social a:nth-child(4) :hover { color: #1DB954 !important; }