From 0c3548f9e1fcf9b714a6f9318ca866afbd9d37d0 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sat, 9 Mar 2019 21:17:45 +0100 Subject: [PATCH] beautify index page --- assets/global.scss | 17 +++++++++++++++++ components/CtexxxLogo.vue | 18 ++++++------------ components/SocialIcon.vue | 5 ----- nuxt.config.js | 5 +++-- pages/index.vue | 27 +++++++++++++++++++++++++++ 5 files changed, 53 insertions(+), 19 deletions(-) diff --git a/assets/global.scss b/assets/global.scss index db24f1e..a658398 100644 --- a/assets/global.scss +++ b/assets/global.scss @@ -1,4 +1,5 @@ @import "./colors"; +@import url('https://fonts.googleapis.com/css?family=Raleway'); html, body, #__nuxt, #__layout { width: 100%; @@ -25,3 +26,19 @@ a { color: $c-link; text-decoration: none; } + +.button { + border: 2px solid white; + width: fit-content; + padding: 10px; + + color: white; + + transition: 400ms; + + &:hover { + background-color: white; + color: $c-background; + font-weight: 400; + } +} diff --git a/components/CtexxxLogo.vue b/components/CtexxxLogo.vue index bba504f..40705fd 100644 --- a/components/CtexxxLogo.vue +++ b/components/CtexxxLogo.vue @@ -1,5 +1,5 @@