From 20b3c4286d0f157ed11b948e4ca3f7f860b96e51 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 18 Feb 2016 12:35:09 +0100 Subject: [PATCH] Improve contrast of default view * expand contrast between text styles * remove low opacity from footer --- client/app/styles/main.less | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 3c7addb03..bafac4127 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -27,10 +27,10 @@ @background-darker-color: darken(@background-color, 8%); @background-darker-secondary-color: darken(@background-color, 4%); @background-dark-color: @primary-color; -@text-color: lighten(@primary-color, 10%); -@text-secondary-color: lighten(@primary-color, 27%); -@text-tertiary-color: lighten(@primary-color, 50%); -@border-light-color: lighten(@primary-color, 66%); +@text-color: lighten(@primary-color, 5%); +@text-secondary-color: lighten(@text-color, 15%); +@text-tertiary-color: lighten(@text-color, 30%); +@border-light-color: lighten(@text-color, 60%); @text-darker-color: @primary-color; @white: @background-lighter-color; @@ -174,7 +174,6 @@ h2 { z-index: 20; color: @text-tertiary-color; font-size: 0.7rem; - opacity: 0.8; a { color: @text-secondary-color; @@ -196,7 +195,7 @@ h2 { border: 1px solid transparent; border-radius: 10%; &:hover { - border: 1px solid @text-secondary-color; + border: 1px solid @text-tertiary-color; } span { font-size: 150%;