From c9a6c938557d64e1ad997476aadb2f7684f6f2d8 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Fri, 27 Feb 2015 12:09:10 -0300 Subject: Refactoring colors: better defining variable names, extracting hard-coded hex codes, normalizing link styles, organizing _colors files. --- web-ui/app/scss/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/scss/_mixins.scss') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 2d1f8f23..5b59cad6 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -76,7 +76,7 @@ position: absolute; bottom: -2px; left: 1px; - color: $secondary; + color: $navigation_background; } } -- cgit v1.2.3