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/type.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/styles/type.scss') 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%); -- cgit v1.2.3-54-g00ecf