From f3b10ffc638805c32035271aef63759dbd788607 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 22 Feb 2018 16:10:49 +0100
Subject: [PATCH] kill hsl color definitions

---
 resources/css/style.css | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/resources/css/style.css b/resources/css/style.css
index 64106bf..070e50f 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -34,16 +34,13 @@ header h1 {
 /* Changes for foundation buttons*/
 button, .button{
     background:#214BB5;
-    background:hsl(223,69%,42%);
     border: 2px solid #214BB5;
-    border:2px solid hsl(223,69%,42%);
     font-weight:bold;
     border-radius:10px;
 }
 button:hover, .button:hover{
     background:none;
     color:#214BB5;
-    color:hsl(223,69%,42%);
 }
 
 /* CUSTOM WIZARD*/
@@ -66,7 +63,6 @@ button:hover, .button:hover{
     overflow: auto;
     overflow-x: hidden;
     border:2px solid #214BB5;
-    border:2px solid hsl(223,69%,42%);
     border-radius: 10px;
 }
 .wizard > .content fieldset{
@@ -77,20 +73,16 @@ button:hover, .button:hover{
 
 .wizard > .actions a, .wizard > .actions a:active {
     text-decoration: none;
-    background:hsl(223,69%,42%);
     background:#214BB5;
     border: 2px solid #214BB5;
-    border:2px solid hsl(223,69%,42%);
     font-weight:bold;
     border-radius:10px;
 }
 
 .wizard > .actions a:hover{
     color:#214BB5;
-    color:hsl(223,69%,42%);
     background:none;
     border: 2px solid #214BB5;
-    border:2px solid hsl(223,69%,42%);
     font-weight:bold;
     border-radius:10px;
 }
@@ -169,7 +161,6 @@ button:hover, .button:hover{
 .accounts_profile table caption{
 
     background-color:#FF8547;
-    background-color:hsl(20,100%,54%);
     color:#fff;
     padding:0.2rem 0 0.2rem 1rem;
     border-radius:5px 5px 0 0;
@@ -208,7 +199,6 @@ fieldset.scrollable{height: 75%;}
 /*Global*/
 h1,h2,h3,h4,h5,h6 {
     color:#214BB5;
-    color:hsl(223,69%,42%);
 }
 h3{
     margin-top:2rem;
@@ -236,12 +226,10 @@ main form{
 main form table{
     padding:1rem;
     margin:1rem auto;
-    background-color: hsl(20,100%,84%);
     border:none;
     border-radius:7px;
 }
 main form table td{
-    /*      color:hsl(20,100%,24%)!important;*/
     color:#000!important;
 }
 
-- 
GitLab