From b0d28673baa88c3f1c2727d9325dc593b360be35 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Fri, 24 Apr 2015 16:59:18 +0000 Subject: [PATCH] Styling tweaks based on feedback from Mathieu --- framework/application/configs/application.ini | 2 +- less/about.less | 10 ++++++++++ less/common.less | 4 ++-- less/navigation.less | 8 ++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/framework/application/configs/application.ini b/framework/application/configs/application.ini index e8d0951..d561b51 100644 --- a/framework/application/configs/application.ini +++ b/framework/application/configs/application.ini @@ -18,7 +18,7 @@ timezone = 'Europe/Paris' session.lifetime = 31536000 ;1 year session.adapter = cache -session.domain = physioassist.fr +session.domain = physio-assist.com webhost = www. diff --git a/less/about.less b/less/about.less index 6498958..d9d1ee8 100644 --- a/less/about.less +++ b/less/about.less @@ -83,6 +83,16 @@ } .logos { + + img { + filter: grayscale(1); + transition: all 0.3s; + + &:hover { + filter: grayscale(0); + } + } + .jgroup; a { diff --git a/less/common.less b/less/common.less index 8d723c2..2c10ffd 100644 --- a/less/common.less +++ b/less/common.less @@ -18,10 +18,10 @@ body { a { text-decoration: none; - color: #3c3c3b; + color: #1d81c2; &:hover { - color: #1d81c2; + color: #3c3c3b; } } diff --git a/less/navigation.less b/less/navigation.less index 98217c6..7fd7d3e 100644 --- a/less/navigation.less +++ b/less/navigation.less @@ -17,6 +17,14 @@ nav.primary { font-size: 18px; transition: all 0.3s ease; + a { + color: #3c3c3b; + + &:hover { + color: #1d81c2; + } + } + li { margin-left: 68px; } -- 2.39.5