Changement du orange bg-orange

This commit is contained in:
Dark-Storm 2019-02-10 22:41:51 +01:00
parent 7745dc332f
commit 07d2f87169
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 4 additions and 2 deletions

View File

@ -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,