From 30443a836734ab82aff4354b20452d444f4f4a37 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sat, 14 Apr 2018 23:42:43 +0200 Subject: [PATCH] I trust the bulma font stack --- content/assets/stylesheets/includes/variables.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/assets/stylesheets/includes/variables.scss b/content/assets/stylesheets/includes/variables.scss index c025187..ce15992 100644 --- a/content/assets/stylesheets/includes/variables.scss +++ b/content/assets/stylesheets/includes/variables.scss @@ -13,10 +13,8 @@ $orange: $zeus-orange; $blue: $zeus-blue; $turquoise: #30D1B2; -$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - $link: $orange; -$link-visited: $orange; +$link-visited: $link; $border-hover: $blue; @@ -32,6 +30,3 @@ $event-padding: 10px; $primary: $orange; $secondary: $zeus-blue; $tertiary: $box-colour; - -// Default font size -// $size-normal: 15px;