From ac3200040f26d18c78730694e17c05badbf455f0 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 24 Oct 2019 13:28:43 -0700 Subject: [PATCH] clean up commenting --- hyperglass/render/templates/theme.sass.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hyperglass/render/templates/theme.sass.j2 b/hyperglass/render/templates/theme.sass.j2 index 2617cc0..6750367 100644 --- a/hyperglass/render/templates/theme.sass.j2 +++ b/hyperglass/render/templates/theme.sass.j2 @@ -5,6 +5,7 @@ $hg-danger: {{ colors.danger }} $hg-warning: {{ colors.warning }} $hg-background: {{ colors.background }} +// Functions @function findTextColor($color) $inverted: invert($color) @if (lightness($color) > 55%) @@ -54,7 +55,7 @@ $hg-background: {{ colors.background }} $subtle-color: scale-color($color, $lightness: 40%) @return grayscale($subtle-color) -//// Body Color +// Body Color $body-bg: $hg-background $body-color: findTextColor($body-bg) @@ -117,7 +118,7 @@ $dropdown-link-hover-color: $hg-primary-color $dropdown-link-active-bg: $hg-primary $dropdown-link-active-color: $hg-primary-color -////Forms +//// Forms $input-bg: $hg-field-bg $input-color: $hg-field-color $input-border-color: $hg-border