From 07d2f871692329651113aa7787e87a870f2d5e67 Mon Sep 17 00:00:00 2001 From: Dark-Storm Date: Sun, 10 Feb 2019 22:41:51 +0100 Subject: [PATCH] Changement du orange bg-orange --- app/static/css/global.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/static/css/global.css b/app/static/css/global.css index 87a183e..7912e14 100644 --- a/app/static/css/global.css +++ b/app/static/css/global.css @@ -73,6 +73,8 @@ input[type="submit"] { font-family: 'DejaVu Sans', sans-serif; font-weight: 400; cursor: pointer; } +input[type="button"]:hover, +input[type="submit"]:hover, .button:hover { text-decoration: none; } @@ -107,13 +109,13 @@ input[type="submit"] { } .bg-orange { - background: #e99820; + background: #f59f25; color: #ffffff; } .bg-orange:hover, .bg-orange:focus, .bg-orange:active { - background: #de8d13; + background: #ea9720; } .bg-white,