From 8eef7a4973d4be854cade236aaccbadb041761d9 Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Tue, 15 Nov 2016 13:39:30 +0100 Subject: [PATCH] - instead of _ (Maybe not tested) --- content/assets/stylesheets/includes/cammie.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/stylesheets/includes/cammie.scss b/content/assets/stylesheets/includes/cammie.scss index d8f6030..ea844e7 100644 --- a/content/assets/stylesheets/includes/cammie.scss +++ b/content/assets/stylesheets/includes/cammie.scss @@ -40,7 +40,7 @@ background-color: $cammie-controls-color; color: white; &:hover { - background-color: $zeus_orange; + background-color: $zeus-orange; cursor: pointer; }