diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-12-03 20:47:56 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-12-07 16:56:18 +0100 |
commit | 1801a8446413e8cda54393f23162fb951bcacc0a (patch) | |
tree | 49f6369a9019f9f3acd1543e2179ca70e6431d8c /resources/assets/themes/theme7.less | |
parent | 90e9f0153cc954938c0c96aa29cb12c12c6a75f2 (diff) |
styling 35c3: Lighten the font color
Diffstat (limited to 'resources/assets/themes/theme7.less')
-rw-r--r-- | resources/assets/themes/theme7.less | 6 |
1 files 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>`. @body-bg: #000; //** Global text color on `<body>`. -@text-color: @gray; +@text-color: @gray-lighter; //** Global textual link color. @link-color: @brand-primary; |