From c84edee908d40a9cab45b9ae3c5dc899fbb3eb11 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Mon, 14 Oct 2019 10:38:27 +0200 Subject: Add local server to allow serverlesss usage --- src/styles/services.scss | 2 +- src/styles/type.scss | 3 ++- src/styles/welcome.scss | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/services.scss b/src/styles/services.scss index 5acf92d2c..ef1097791 100644 --- a/src/styles/services.scss +++ b/src/styles/services.scss @@ -64,7 +64,7 @@ margin: 25px 0 40px; } - a.button, + .button, button { margin: 40px 0 20px; } } diff --git a/src/styles/type.scss b/src/styles/type.scss index 135d32da0..1b3a905ef 100644 --- a/src/styles/type.scss +++ b/src/styles/type.scss @@ -33,7 +33,7 @@ p { strong { font-weight: bold; } -a { +a, button { color: $theme-text-color; text-decoration: none; @@ -47,6 +47,7 @@ a { position: relative; text-align: center; transition: background .5s, color .5s; + cursor: pointer; &:hover { background: darken($theme-brand-primary, 5%); diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss index b517431f0..c1f85391e 100644 --- a/src/styles/welcome.scss +++ b/src/styles/welcome.scss @@ -48,6 +48,7 @@ .button { border-color: #FFF; color: #FFF; + cursor: pointer; &:hover { background: #FFF; -- cgit v1.2.3-70-g09d2