From e3fa19b71eed1e5ae7a5025318deda51538b1c8a Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 3 Dec 2018 20:47:56 +0100 Subject: styling 35c3: Lighten the font color --- resources/assets/themes/theme7.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/themes/theme7.less b/resources/assets/themes/theme7.less index 57e4ac1f..90093e1c 100644 --- a/resources/assets/themes/theme7.less +++ b/resources/assets/themes/theme7.less @@ -43,8 +43,8 @@ THE SOFTWARE. @gray-darker: #000; @gray-dark: #000; @gray: #4d4d4c; // BEBOOT -@gray-light: #4d4d4c; -@gray-lighter: #4d4d4c; +@gray-light: @gray; +@gray-lighter: lighten(@gray, 15%); @brand-primary: #0084b0; // FRESH @brand-success: #00a356; // HOPE @@ -60,7 +60,7 @@ THE SOFTWARE. //** Background color for ``. @body-bg: #000; //** Global text color on ``. -@text-color: @gray; +@text-color: @gray-lighter; //** Global textual link color. @link-color: @brand-primary; -- cgit v1.2.3-54-g00ecf